Public Member Functions | |
| PickMode (const std::string &_n, bool _t, bool _v, QCursor _c) | |
| Constructor. | |
Public Attributes | |
| std::string | name |
| bool | tracking |
| bool | visible |
| QCursor | cursor |
Struct containing information about pickModes
Definition at line 1240 of file QtBaseViewer.hh.
Cursor used in this pickMode
Definition at line 1260 of file QtBaseViewer.hh.
| std::string ACG::QtWidgets::QtBaseViewer::PickMode::name |
Name of the pickMode
Definition at line 1248 of file QtBaseViewer.hh.
MouseTracking enabled for this mode?
Definition at line 1252 of file QtBaseViewer.hh.
Defines if the Mode will be visible in the popup Menu
Definition at line 1256 of file QtBaseViewer.hh.