![]() |
VR-Forces 4.6.1 Class Documentation
|
This Sim command is only added to the sim command menu for entity plans. More...

Public Member Functions | |
| DtSimulationCommandSelfDelete (makVrv::DtDe &de) | |
| virtual | ~DtSimulationCommandSelfDelete () |
| virtual QAction * | createAction (makVrv::DtDe &, QWidget *parent) |
| Build a menu item (via an action). | |
| virtual void | on_triggered () |
| override base class since there is no need for a dialog. | |
Public Member Functions inherited from makVrf::DtVrfSimulationCommand | |
| DtVrfSimulationCommand (const std::string &, makVrv::DtDe &) | |
| virtual | ~DtVrfSimulationCommand () |
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. | |
Additional Inherited Members | |
Protected Slots inherited from makVrv::DtMenuItem | |
| virtual void | on_checkStateChanged (bool) |
| virtual void | on_aboutToShow () |
Protected Member Functions inherited from makVrf::DtVrfSimulationCommand | |
| virtual QAction * | registerMenuItem (DtVrfSimulationCommandAction *action, const std::string &commandAction) |
Protected Attributes inherited from makVrf::DtVrfSimulationCommand | |
| makVrv::DtDe & | myDe |
This Sim command is only added to the sim command menu for entity plans.
| makVrf::DtSimulationCommandSelfDelete::DtSimulationCommandSelfDelete | ( | makVrv::DtDe & | de | ) |
|
virtual |
|
virtual |
Build a menu item (via an action).
Implements makVrv::DtMenuItem.
|
virtual |
override base class since there is no need for a dialog.
Just send the delete command with the name of the entity selected.
Reimplemented from makVrf::DtVrfSimulationCommand.