![]() |
VR-Forces 4.8 Class Documentation
|
A menu builder for items related to accessing an entities configuration. More...

Public Member Functions | |
| DtModelConfigurationMenu (DtDe &de) | |
| CTOR. More... | |
| virtual | ~DtModelConfigurationMenu () |
| DTOR. More... | |
| virtual QMenu * | createMenu (DtDe &, QWidget *parent) |
| Builds the "Create model definition list" menu and connects the onAboutToShow slot. More... | |
Public Member Functions inherited from makVrv::DtMenu | |
| DtMenu (DtDe &de, const std::string &menuIdName) | |
| CTOR. More... | |
| virtual | ~DtMenu () |
| DTOR. More... | |
| virtual const std::string & | menuIdName () const |
| Get the menu id name, the menu id name is not the same thing as the visible menu text. More... | |
Protected Slots | |
| virtual void | on_aboutToShow () |
| slot for handing the aboutToShow signal from the menu. sets up the sub menus and items More... | |
Protected Attributes | |
| QMenu * | myMenu |
Protected Attributes inherited from makVrv::DtMenu | |
| DtDe & | myDe |
| std::string | myMenuIdName |
A menu builder for items related to accessing an entities configuration.
| makVrv::DtModelConfigurationMenu::DtModelConfigurationMenu | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
Builds the "Create model definition list" menu and connects the onAboutToShow slot.
Implements makVrv::DtMenu.
|
protectedvirtualslot |
slot for handing the aboutToShow signal from the menu. sets up the sub menus and items
|
protected |