![]() |
VR-Vantage 2.8 API Documentation
|
A builder for the Custom menu. More...

Public Member Functions | |
| DtCustomMenu (makVrv::DtDe &de) | |
| CTOR. | |
| virtual | ~DtCustomMenu () |
| DTOR. | |
| virtual 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 |
A builder for the Custom menu.
The menu string is "DtCustomMenu"
| DtCustomMenu::DtCustomMenu | ( | makVrv::DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Build a menu.
Implements makVrv::DtMenu.