![]() |
VR-Forces 4.7 Class Documentation
|
An Item builder for the create instrument panel menu. More...

Public Member Functions | |
| DtCreateInstrumentPanelMenu (DtDe &) | |
| CTOR. | |
| virtual | ~DtCreateInstrumentPanelMenu () |
| DTOR. | |
| virtual QMenu * | createMenu (DtDe &, QWidget *parent) |
| Builds the "Create Instrument Panel" menu and connects the onAboutToShow slot. | |
Public Member Functions inherited from makVrv::DtMenu | |
| DtMenu (DtDe &de, const std::string &menuIdName) | |
| CTOR. | |
| virtual | ~DtMenu () |
| DTOR. | |
| 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. | |
Protected Slots | |
| virtual void | onAboutToShow () |
| If there is a single entity selected, DtCreateInstrumentPanelItems are created for it and added to the menu. | |
Protected Attributes | |
| QMenu * | myMenu |
Protected Attributes inherited from makVrv::DtMenu | |
| DtDe & | myDe |
| std::string | myMenuIdName |
An Item builder for the create instrument panel menu.
The menu id string is "DtCreateInstrumentPanelMenu"
| makVrv::DtCreateInstrumentPanelMenu::DtCreateInstrumentPanelMenu | ( | DtDe & | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Builds the "Create Instrument Panel" menu and connects the onAboutToShow slot.
Implements makVrv::DtMenu.
|
protectedvirtualslot |
If there is a single entity selected, DtCreateInstrumentPanelItems are created for it and added to the menu.
Otherwise the menu is disabled.
|
protected |