#include <blockselectioninterface.h>
Public Member Functions | |
unsigned int | blockSelectionInterfaceNumber () const |
virtual bool | blockSelectionMode ()=0 |
virtual bool | setBlockSelectionMode (bool on)=0 |
virtual bool | toggleBlockSelectionMode ()=0 |
Protected Member Functions | |
void | setBlockSelectionInterfaceDCOPSuffix (const TQCString &suffix) |
Friends | |
class | PrivateBlockSelectionInterface |
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 34 of file blockselectioninterface.h.
Constructor & Destructor Documentation
◆ BlockSelectionInterface()
BlockSelectionInterface::BlockSelectionInterface | ( | ) |
Definition at line 42 of file blockselectioninterface.cpp.
◆ ~BlockSelectionInterface()
|
virtual |
Definition at line 52 of file blockselectioninterface.cpp.
Member Function Documentation
◆ blockSelectionInterfaceNumber()
unsigned int BlockSelectionInterface::blockSelectionInterfaceNumber | ( | ) | const |
Definition at line 58 of file blockselectioninterface.cpp.
◆ blockSelectionMode()
|
pure virtual |
slots !!!
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 ;)
◆ setBlockSelectionInterfaceDCOPSuffix()
|
protected |
Definition at line 63 of file blockselectioninterface.cpp.
◆ setBlockSelectionMode()
|
pure virtual |
Set block selection mode to state "on".
◆ toggleBlockSelectionMode()
|
pure virtual |
toggle block seletion mode
Friends And Related Function Documentation
◆ PrivateBlockSelectionInterface
|
friend |
Definition at line 36 of file blockselectioninterface.h.
The documentation for this class was generated from the following files: