![]() |
VR-Forces 4.5 Class Documentation
|
A builder for the keyboard control menu. More...

Public Member Functions | |
| DtObjectContextMenu (DtDe &de) | |
| CTOR. | |
| virtual | ~DtObjectContextMenu () |
| 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. | |
Additional Inherited Members | |
Protected Attributes inherited from makVrv::DtMenu | |
| DtDe & | myDe |
| std::string | myMenuIdName |
A builder for the keyboard control menu.
The menu string is "DtObjectContextMenu"
| makVrv::DtObjectContextMenu::DtObjectContextMenu | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
Build a menu.
Implements makVrv::DtMenu.