![]() |
VR-Forces Developer's Guide
|
Convenience base class for registering and validating menu items that are common to the intervisibility menu.

Public Member Functions | |
| DtCreateRangeLineMenuItem (DtDe &de) | |
| virtual | ~DtCreateRangeLineMenuItem () |
| virtual QAction * | createAction (DtDe &, QWidget *parent) |
Public Member Functions inherited from makVrv::DtMenuItem | |
| DtMenuItem (const std::string &menuItemIdName) | |
| virtual | ~DtMenuItem () |
| virtual const std::string & | menuItemIdName () const |
Protected Member Functions | |
| virtual DtIntervisibilityDriver::AttachPoints | attachableObjects () const |
| virtual void | on_triggered () |
Protected Attributes | |
| DtDe & | myDe |
| QAction * | myAction |
Protected Attributes inherited from makVrv::DtMenuItem | |
| std::string | myMenuIdName |
Additional Inherited Members | |
Protected Slots inherited from makVrv::DtMenuItem | |
| virtual void | on_checkStateChanged (bool) |
| virtual void | on_aboutToShow () |
| makVrv::DtCreateRangeLineMenuItem::DtCreateRangeLineMenuItem | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Build a menu item (via an action).
Implements makVrv::DtMenuItem.
Reimplemented in makVrf::DtVrfCreateRangeLineMenuItem.
|
protectedvirtual |
Utility function that gets the subset of all selected objects which are attachable.
|
protectedvirtual |
Slot function that gets executed when the action for this menu item is triggered.
Reimplemented from makVrv::DtMenuItem.
|
protected |
|
protected |