selectiondcopinterface.cpp
21 bool SelectionDCOPInterface::setSelection ( uint startLine, uint startCol, uint endLine, uint endCol )
virtual ~SelectionDCOPInterface()
Destructor Cleans up the object.
Definition: selectiondcopinterface.cpp:13
bool clearSelection()
removes the current Selection (not Text)
Definition: selectiondcopinterface.cpp:29
bool hasSelection()
Definition: selectiondcopinterface.cpp:37
TQString selection()
Definition: selectiondcopinterface.cpp:45
SelectionDCOPInterface(SelectionInterface *Parent, const char *name)
Construct a new interface object for the text editor.
Definition: selectiondcopinterface.cpp:7
bool setSelection(uint startLine, uint startCol, uint endLine, uint endCol)
Definition: selectiondcopinterface.cpp:21
This is an interface to text selection for the Document class.
Definition: selectioninterface.h:34
virtual bool clearSelection()=0
removes the current Selection (not Text)
virtual bool removeSelectedText()=0
removes the selected Text
virtual TQString selection() const =0
virtual bool setSelection(unsigned int startLine, unsigned int startCol, unsigned int endLine, unsigned int endCol)=0
virtual bool hasSelection() const =0
KTextEditor is KDE's standard text editing KPart interface.
Definition: blockselectiondcopinterface.h:10