KTextEditor::BlockSelectionInterface Class Reference
An interface for the Document class which allows the selection method to be changed between selecting rectangular blocks of text and normal mode (all text between the start cursor and the current cursor). More...
#include <blockselectioninterface.h>
Public Methods | |
virtual bool | blockSelectionMode ()=0 |
virtual bool | setBlockSelectionMode (bool on)=0 |
virtual bool | toggleBlockSelectionMode ()=0 |
Detailed Description
An interface for the Document class which allows the selection method to be changed between selecting rectangular blocks of text and normal mode (all text between the start cursor and the current cursor).
Definition at line 32 of file blockselectioninterface.h.
Member Function Documentation
|
Returns the status of the selection mode - true indicates block selection mode is on. If this is true, selections applied via the SelectionInterface are handled as blockselections and the paste functions of the ClipboardInterface works on rectangular blocks of text rather than normal. (copy too, but thats clear I hope ;) |
|
Set block selection mode to state "on".
|
|
toggle block seletion mode
|
The documentation for this class was generated from the following files: