1 #ifndef EDIT_DCOP_INTERFACE_H
2 #define EDIT_DCOP_INTERFACE_H
4 #include <dcopobject.h>
6 #include <tqstringlist.h>
39 virtual TQString text ();
44 virtual TQString textLine ( uint line );
49 virtual int numLines ();
54 virtual int length ();
60 virtual void setText (
const TQString &text );
66 virtual bool insertText ( uint line, uint col,
const TQString &text );
72 virtual bool removeText ( uint startLine, uint startCol, uint endLine, uint endCol) ;
77 virtual bool insertLine ( uint line,
const TQString &text );
83 virtual bool removeLine ( uint line );
This is the main interface to the EditInterface of KTextEdit.
This is the main interface for accessing and modifying text of the Document class.
KTextEditor is KDE's standard text editing KPart interface.