KTextEditor::SelectionInterface Class Reference
This is an interface to text selection for the Document class. More...
#include <selectioninterface.h>
Public Methods | |
SelectionInterface () | |
virtual | ~SelectionInterface () |
unsigned int | selectionInterfaceNumber () const |
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 |
virtual void | selectionChanged ()=0 |
Protected Methods | |
void | setSelectionInterfaceDCOPSuffix (const QCString &suffix) |
Friends | |
class | PrivateSelectionInterface |
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: