blockselectioninterface.h
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
KTEXTEDITOR_EXPORT BlockSelectionInterface * blockSelectionInterface(class Document *doc)
Access the block selection interface of document.
Definition: blockselectioninterface.cpp:68