• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • interfaces/ktexteditor
 

interfaces/ktexteditor

  • interfaces
  • ktexteditor
viewcursordcopinterface.h
1 #ifndef ViewCursor_DCOP_INTERFACE_H
2 #define ViewCursor_DCOP_INTERFACE_H
3 
4 #include <dcopobject.h>
5 #include <dcopref.h>
6 #include <tqstringlist.h>
7 #include <tqcstring.h>
8 //#include "editdcopinterface.moc"
9 namespace KTextEditor
10 {
11  class ViewCursorInterface;
18  class KTEXTEDITOR_EXPORT ViewCursorDCOPInterface : virtual public DCOPObject
19  {
20  K_DCOP
21 
22  public:
29  ViewCursorDCOPInterface( ViewCursorInterface *Parent, const char *name );
34  virtual ~ViewCursorDCOPInterface();
35  k_dcop:
36 
37  uint viewCursorInterfaceNumber ();
41  class TQPoint cursorCoordinates ();
42 
46  void cursorPosition (uint line, uint col);
47 
51  void cursorPositionReal (uint line, uint col);
52 
56  bool setCursorPosition (uint line, uint col);
57 
61  bool setCursorPositionReal (uint line, uint col);
62 
63  uint cursorLine ();
64  uint cursorColumn ();
65  uint cursorColumnReal ();
66  void cursorPositionChanged ();
67 
68  private:
69  ViewCursorInterface *m_parent;
70  };
71 }
72 #endif
73 
74 
KTextEditor::ViewCursorInterface
This is an interface to access the text cursor of a View class.
Definition: viewcursorinterface.h:33
KTextEditor
KTextEditor is KDE&#39;s standard text editing KPart interface.
Definition: blockselectiondcopinterface.h:9
KTextEditor::ViewCursorDCOPInterface
This is the main interface to the ViewCursorInterface of KTextEdit.
Definition: viewcursordcopinterface.h:18

interfaces/ktexteditor

Skip menu "interfaces/ktexteditor"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

interfaces/ktexteditor

Skip menu "interfaces/ktexteditor"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for interfaces/ktexteditor by doxygen 1.8.13
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |