![]() |
VR-Forces 4.8 Class Documentation
|
Action associated with the create -> Switch Dynamic Terrain menu entry This really doesn't belong on this menu. More...

Public Member Functions | |
| DtSwitchDynamicTerrainAction (makVrv::DtDe &de, const std::string &menuItemIdName, const QString &menuText, const std::string &iconFilename, const std::string &switchTypes) | |
| CTOR Must specify the menu item ID, the text to display on the menu, and a list of dynamic terrain switch types this action supports changing. More... | |
| virtual | ~DtSwitchDynamicTerrainAction () |
| DTOR. More... | |
| virtual QAction * | createAction (makVrv::DtDe &, QWidget *parent) |
| Build a menu item (via an action). More... | |
Public Member Functions inherited from makVrv::DtMenuItem | |
| DtMenuItem (const std::string &menuItemIdName) | |
| CTOR. More... | |
| virtual | ~DtMenuItem () |
| DTOR. More... | |
| virtual const std::string & | menuItemIdName () const |
| Get the menu id name, the menu id name is not the same thing as the visible menu text. More... | |
Protected Member Functions | |
| virtual void | on_triggered () |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| QAction * | myAction |
| QString | myMenuText |
| std::string | myIconFilename |
| std::string | mySwitchTypes |
Protected Attributes inherited from makVrv::DtMenuItem | |
| std::string | myMenuIdName |
Additional Inherited Members | |
Protected Slots inherited from makVrv::DtMenuItem | |
| virtual void | on_checkStateChanged (bool) |
| virtual void | on_aboutToShow () |
Action associated with the create -> Switch Dynamic Terrain menu entry This really doesn't belong on this menu.
Only temporary!
| makVrf::DtSwitchDynamicTerrainAction::DtSwitchDynamicTerrainAction | ( | makVrv::DtDe & | de, |
| const std::string & | menuItemIdName, | ||
| const QString & | menuText, | ||
| const std::string & | iconFilename, | ||
| const std::string & | switchTypes | ||
| ) |
CTOR Must specify the menu item ID, the text to display on the menu, and a list of dynamic terrain switch types this action supports changing.
switchTypes should be a comma separated list of switch type strings.
|
virtual |
DTOR.
|
virtual |
Build a menu item (via an action).
Implements makVrv::DtMenuItem.
|
protectedvirtual |
Reimplemented from makVrv::DtMenuItem.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |