selectioninterface.h
53 virtual bool setSelection ( unsigned int startLine, unsigned int startCol, unsigned int endLine, unsigned int endCol ) = 0;
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
The View class represents a single view of a Document .
Definition: tdetexteditor/view.h:33
KTextEditor is KDE's standard text editing KPart interface.
Definition: blockselectiondcopinterface.h:10