KTextEditor::SelectionInterface Class Reference
This is an interface to text selection for the Document class. More...
#include <selectioninterface.h>
Public Methods | |
virtual bool | setSelection (unsigned int startLine, unsigned int startCol, unsigned int endLine, unsigned int endCol)=0 |
virtual bool | clearSelection ()=0 |
virtual bool | hasSelection () const=0 |
virtual QString | selection () const=0 |
virtual bool | removeSelectedText ()=0 |
virtual bool | selectAll ()=0 |
Detailed Description
This is an interface to text selection for the Document class.
Definition at line 31 of file selectioninterface.h.
Member Function Documentation
|
|
|
removes the current Selection (not Text)
|
|
|
|
|
|
removes the selected Text
|
|
select the whole text
|
The documentation for this class was generated from the following files: