![]() |
VR-Forces 4.10 Class Documentation
|
An Item builder for the exit item. More...

Public Member Functions | |
| DtExitItem (DtDe &) | |
| CTOR. More... | |
| virtual | ~DtExitItem () |
| DTOR. More... | |
| virtual QAction * | createAction (DtDe &, 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 () |
Protected Attributes | |
| 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 () |
An Item builder for the exit item.
The menu id string is "DtExitItem"
| makVrv::DtExitItem::DtExitItem | ( | DtDe & | ) |
CTOR.
|
virtual |
DTOR.
Build a menu item (via an action).
Implements makVrv::DtMenuItem.
|
protectedvirtual |
Reimplemented from makVrv::DtMenuItem.
|
protected |