#include <blockselectiondcopinterface.h>
Inheritance diagram for KTextEditor::BlockSelectionDCOPInterface:

DCOP Methods | |
| bool | blockSelectionMode () |
| bool | setBlockSelectionMode (bool on) |
| bool | toggleBlockSelectionMode () |
Public Methods | |
| BlockSelectionDCOPInterface (BlockSelectionInterface *Parent, const char *name) | |
| virtual | ~BlockSelectionDCOPInterface () |
This is the main interface to the BlockSelectionInterface of KTextEdit. This will provide a consistant dcop interface to all KDE applications that use it.
Definition at line 18 of file blockselectiondcopinterface.h.
|
||||||||||||
|
Construct a new interface object for the text editor.
|
|
|
Destructor Cleans up the object. |
|
|
is blockselection mode on ? if the blockselection mode is on, the selections applied via the SelectionInterface are handled as blockselections and the paste functions of the ClipboardInterface works blockwise (copy too, but thats clear I hope ;) |
|
|
set blockselection mode to state "on" |
|
|
toggle blockseletion mode |
1.2.18