blockselectiondcopinterface.cpp
7 BlockSelectionDCOPInterface::BlockSelectionDCOPInterface( BlockSelectionInterface *Parent, const char *name)
virtual ~BlockSelectionDCOPInterface()
Destructor Cleans up the object.
Definition: blockselectiondcopinterface.cpp:13
BlockSelectionDCOPInterface(BlockSelectionInterface *Parent, const char *name)
Construct a new interface object for the text editor.
Definition: blockselectiondcopinterface.cpp:7
bool blockSelectionMode()
Returns the status of the selection mode - true indicates block selection mode is on.
Definition: blockselectiondcopinterface.cpp:22
bool toggleBlockSelectionMode()
toggle blockseletion mode
Definition: blockselectiondcopinterface.cpp:30
bool setBlockSelectionMode(bool on)
set blockselection mode to state "on"
Definition: blockselectiondcopinterface.cpp:26
An interface for the Document class which allows the selection method to be changed between selecting...
Definition: blockselectioninterface.h:35
virtual bool blockSelectionMode()=0
slots !!!
virtual bool toggleBlockSelectionMode()=0
toggle block seletion mode
virtual bool setBlockSelectionMode(bool on)=0
Set block selection mode to state "on".
KTextEditor is KDE's standard text editing KPart interface.
Definition: blockselectiondcopinterface.h:10