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

Public Member Functions | |
| DtRecentTerrainItem (DtDe &de) | |
| virtual | ~DtRecentTerrainItem () |
| virtual QAction * | createAction (DtDe &, QWidget *parent) |
| Build a menu item (via an action). | |
| QAction * | qAction () |
| void | setTerrainPath (const std::string &fullFilePath) |
| set the terrain path that this item will load if triggered | |
Public Member Functions inherited from makVrv::DtMenuItem | |
| DtMenuItem (const std::string &menuItemIdName) | |
| CTOR. | |
| virtual | ~DtMenuItem () |
| DTOR. | |
| 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. | |
Protected Member Functions | |
| virtual void | on_triggered () |
| When the item is triggered load the terrain path specified by myFullFilePath. | |
Protected Attributes | |
| DtDe & | myDe |
| QAction * | myQAction |
| std::string | myFullFilePath |
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 () |
The item for loading a recently loaded terrain.
| makVrv::DtRecentTerrainItem::DtRecentTerrainItem | ( | DtDe & | de | ) |
|
virtual |
Build a menu item (via an action).
Implements makVrv::DtMenuItem.
| QAction* makVrv::DtRecentTerrainItem::qAction | ( | ) |
| void makVrv::DtRecentTerrainItem::setTerrainPath | ( | const std::string & | fullFilePath | ) |
set the terrain path that this item will load if triggered
|
protectedvirtual |
When the item is triggered load the terrain path specified by myFullFilePath.
Reimplemented from makVrv::DtMenuItem.
|
protected |
|
protected |
|
protected |