![]() |
VR-Forces 4.8 Class Documentation
|
The item for bringing up a Custom dialog. More...

Public Member Functions | |
| CustomMenuItem (makVrv::DtDe &de) | |
| CTOR. More... | |
| virtual | ~CustomMenuItem () |
| Virtual DTOR. More... | |
| virtual QAction * | createAction (makVrv::DtDe &de, QWidget *parent) |
| Build a menu item (via an action). More... | |
Public Member Functions inherited from makVrv::DtMenuItem | |
| DtMenuItem (const std::string &menuItemIdName) | |
| CTOR. More... | |
| virtual | ~DtMenuItem () |
| DTOR. More... | |
| virtual const std::string & | menuItemIdName () const |
| Get the menu id name, the menu id name is not the same thing as the visible menu text. More... | |
Protected Member Functions | |
| virtual void | on_triggered () |
| When the item is triggered. More... | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
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 () |
The item for bringing up a Custom dialog.
This DtMenuItem is added to the DtCustomMenu menu.
| CustomMenuItem::CustomMenuItem | ( | makVrv::DtDe & | de | ) |
CTOR.
|
virtual |
Virtual DTOR.
|
virtual |
Build a menu item (via an action).
Implements makVrv::DtMenuItem.
|
protectedvirtual |
When the item is triggered.
Reimplemented from makVrv::DtMenuItem.
|
protected |