Public Member Functions | |
| PickMode (const std::string &_n, bool _t, bool _v, QCursor _c, QToolBar *_tb=NULL) | |
| Constructor. | |
Public Attributes | |
| std::string | name |
| Name of the pickMode. | |
| bool | tracking |
| bool | visible |
| QCursor | cursor |
| QToolBar * | toolbar |
Struct containing information about pickModes
Definition at line 1120 of file CoreWidget.hh.
| QCursor CoreWidget::PickMode::cursor |
Cursor used in this pickMode
Definition at line 1139 of file CoreWidget.hh.
| QToolBar* CoreWidget::PickMode::toolbar |
Additinal toolbar showd in this pickMode
Definition at line 1143 of file CoreWidget.hh.
MouseTracking enabled for this mode?
Definition at line 1131 of file CoreWidget.hh.
Defines if the Mode will be visible in the popup Menu
Definition at line 1135 of file CoreWidget.hh.