![]() |
VR-Forces Developer's Guide
|
Add terrain patch menu item widget.

Public Member Functions | |
| DtAddTerrainPatchMenuItem (DtDe &de) | |
| virtual | ~DtAddTerrainPatchMenuItem () |
| virtual QAction * | createAction (DtDe &, QWidget *parent) |
Public Member Functions inherited from makVrv::DtMenuItem | |
| DtMenuItem (const std::string &menuItemIdName) | |
| virtual | ~DtMenuItem () |
| virtual const std::string & | menuItemIdName () const |
Protected Slots | |
| virtual void | on_triggered () |
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 |
| 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 |