blockselectioninterface.h
KTEXTEDITOR_EXPORT BlockSelectionInterface * blockSelectionInterface(class Document *doc)
Access the block selection interface of document.
Definition: blockselectioninterface.cpp:68
virtual bool blockSelectionMode()=0
slots !!!
KTextEditor is KDE's standard text editing KPart interface.
Definition: blockselectiondcopinterface.h:10
virtual bool setBlockSelectionMode(bool on)=0
Set block selection mode to state "on".
virtual bool toggleBlockSelectionMode()=0
toggle block seletion mode
An interface for the Document class which allows the selection method to be changed between selecting...
Definition: blockselectioninterface.h:35