![]() |
VR-Forces 5.0.1 Developer's Guide
|
A menu builder for items related to accessing an entities configuration.

Public Member Functions | |
| DtModelConfigurationMenu (DtDe &de) | |
| virtual | ~DtModelConfigurationMenu () |
| virtual QMenu * | createMenu (DtDe &, QWidget *parent) |
Public Member Functions inherited from makVrv::DtMenu | |
| DtMenu (DtDe &de, const std::string &menuIdName) | |
| virtual | ~DtMenu () |
| virtual const std::string & | menuIdName () const |
Protected Slots | |
| virtual void | on_aboutToShow () |
Protected Attributes | |
| QMenu * | myMenu |
Protected Attributes inherited from makVrv::DtMenu | |
| DtDe & | myDe |
| std::string | myMenuIdName |
| 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 |