![]() |
VR-Forces 4.7 Class Documentation
|

Public Member Functions | |
| DtCallbackMenu (makVrv::DtDe &de) | |
| virtual | ~DtCallbackMenu () |
| QMenu * | createMenu (makVrv::DtDe &de, 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 |
| DtCallbackMenu::DtCallbackMenu | ( | makVrv::DtDe & | de | ) |
|
virtual |
|
virtual |
Build a menu.
Implements makVrv::DtMenu.