![]() |
VR-Forces 4.10 Class Documentation
|
The sub-menu for loading a recently loaded terrain. More...

Public Member Functions | |
| DtRecentTerrainsMenu (DtDe &de) | |
| virtual | ~DtRecentTerrainsMenu () |
| virtual QMenu * | createMenu (DtDe &, QWidget *parent) |
| Build a menu item (via an action). More... | |
Public Member Functions inherited from makVrv::DtMenu | |
| DtMenu (DtDe &de, const std::string &menuIdName) | |
| CTOR. More... | |
| virtual | ~DtMenu () |
| DTOR. More... | |
| 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. More... | |
Protected Types | |
| typedef std::map< int, DtRecentTerrainItem * > | ItemMap |
Protected Slots | |
| virtual void | on_aboutToShow () |
| slot for when the menu is about to be shown so the list can be updated More... | |
Protected Attributes | |
| QMenu * | myMenu |
| ItemMap | myMenuItems |
Protected Attributes inherited from makVrv::DtMenu | |
| DtDe & | myDe |
| std::string | myMenuIdName |
The sub-menu for loading a recently loaded terrain.
|
protected |
| makVrv::DtRecentTerrainsMenu::DtRecentTerrainsMenu | ( | DtDe & | de | ) |
|
virtual |
Build a menu item (via an action).
Implements makVrv::DtMenu.
|
protectedvirtualslot |
slot for when the menu is about to be shown so the list can be updated
|
protected |
|
protected |