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

interfaces/tdetexteditor

  • interfaces
  • tdetexteditor
editdcopinterface.h
1 #ifndef EDIT_DCOP_INTERFACE_H
2 #define EDIT_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 EditInterface;
18  class KTEXTEDITOR_EXPORT EditDCOPInterface : virtual public DCOPObject
19  {
20  K_DCOP
21 
22  public:
29  EditDCOPInterface( EditInterface *Parent, const char *name );
34  virtual ~EditDCOPInterface();
35  k_dcop:
39  virtual TQString text ();
40 
44  virtual TQString textLine ( uint line );
45 
49  virtual int numLines ();
50 
54  virtual int length ();
55 
60  virtual void setText (const TQString &text );
61 
66  virtual bool insertText ( uint line, uint col, const TQString &text );
67 
72  virtual bool removeText ( uint startLine, uint startCol, uint endLine, uint endCol) ;
73 
77  virtual bool insertLine ( uint line, const TQString &text );
78 
83  virtual bool removeLine ( uint line );
84  private:
85  EditInterface *m_parent;
86  };
87 }
88 #endif
89 
90 
KTextEditor
KTextEditor is KDE's standard text editing KPart interface.
Definition: blockselectiondcopinterface.h:9
KTextEditor::EditDCOPInterface
This is the main interface to the EditInterface of KTextEdit.
Definition: editdcopinterface.h:18
KTextEditor::EditInterface
This is the main interface for accessing and modifying text of the Document class.
Definition: editinterface.h:33

interfaces/tdetexteditor

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

interfaces/tdetexteditor

Skip menu "interfaces/tdetexteditor"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  •     tdecore
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  • tdeioslave
  •   http
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for interfaces/tdetexteditor by doxygen 1.8.8
This website is maintained by Timothy Pearson.