![]() |
VR-Forces Development_Version Class Documentation
|
A menu item to show an unpublished terrain profile line. More...

Public Member Functions | |
| DtTerrainProfileLineMenuItem (makVrv::DtDe &de) | |
| virtual | ~DtTerrainProfileLineMenuItem () |
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 QAction * | createAction (makVrv::DtDe &, QWidget *parent) |
| Build a menu item (via an action). | |
| virtual void | on_triggered () |
| virtual void | on_aboutToShow () |
| Enable item only if there is a terrain opened. | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| QAction * | myAction |
Protected Attributes inherited from makVrv::DtMenuItem | |
| std::string | myMenuIdName |
Additional Inherited Members | |
Protected Slots inherited from makVrv::DtMenuItem | |
| virtual void | on_checkStateChanged (bool) |
A menu item to show an unpublished terrain profile line.
This line will be solely used for the purposes of show a terrain profile graph
| makVrf::DtTerrainProfileLineMenuItem::DtTerrainProfileLineMenuItem | ( | makVrv::DtDe & | de | ) |
|
virtual |
|
protectedvirtual |
Build a menu item (via an action).
Implements makVrv::DtMenuItem.
|
protectedvirtual |
Reimplemented from makVrv::DtMenuItem.
|
protectedvirtual |
Enable item only if there is a terrain opened.
Reimplemented from makVrv::DtMenuItem.
|
protected |
|
protected |