![]() |
VR-Forces 4.3 Class Documentation
|
A builder for the observer menu. More...

Public Member Functions | |
| DtObserverMenu (DtDe &de) | |
| CTOR. | |
| virtual | ~DtObserverMenu () |
| DTOR. | |
| virtual QMenu * | createMenu (DtDe &, QWidget *parent) |
| Build a menu. | |
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 Attributes | |
| DtObserverQMenu * | myMenu |
Protected Attributes inherited from makVrv::DtMenu | |
| DtDe & | myDe |
| std::string | myMenuIdName |
A builder for the observer menu.
The menu string is "DtObserverMenu"
| makVrv::DtObserverMenu::DtObserverMenu | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
Build a menu.
Implements makVrv::DtMenu.
|
protected |