![]() |
VR-Forces 4.10 Class Documentation
|
Add terrain patch menu item widget. More...

Public Member Functions | |
| DtAddTerrainPatchMenuItem (DtDe &de) | |
| CTOR. More... | |
| virtual | ~DtAddTerrainPatchMenuItem () |
| DTOR. More... | |
| virtual QAction * | createAction (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 Slots | |
| virtual void | on_triggered () |
| Slot for when the menu is triggered. More... | |
Protected Slots inherited from makVrv::DtMenuItem | |
| virtual void | on_triggered () |
| virtual void | on_checkStateChanged (bool) |
| virtual void | on_aboutToShow () |
Protected Attributes | |
| DtDe & | myDe |
Protected Attributes inherited from makVrv::DtMenuItem | |
| std::string | myMenuIdName |
Add terrain patch menu item widget.
| makVrv::DtAddTerrainPatchMenuItem::DtAddTerrainPatchMenuItem | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Build a menu item (via an action).
Implements makVrv::DtMenuItem.
|
protectedvirtualslot |
Slot for when the menu is triggered.
This function looks for a DtAddTerrainPatchDialog in the action sender's window, creating one if not found, and shows the dialog and automatically triggers the searching for files to process.
|
protected |