![]() |
VR-Forces 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 Member Functions | |
| virtual void | gatherSceneObjectModelDefinitions (DtSceneObject &sceneObject, std::set< std::string > &modelDefs) const |
| virtual void | gatherEntityModelDefinitions (DtElementID elementId, DtUnicode &elementName, std::set< std::string > &modelDefs) const |
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.
|
protectedvirtual |
Gathers the model definitions from the given scene object.
|
protectedvirtual |
Gathers the element name and model definitions from the given element id.
|
protectedvirtualslot |
slot for handing the aboutToShow signal from the menu. sets up the sub menus and items
|
protected |