![]() |
VR-Forces 4.0.4 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. | |
This Sim command is only added to the sim command menu for entity plans.
| virtual makVrf::DtSimulationCommandSelfDelete::~DtSimulationCommandSelfDelete | ( | ) | [virtual] |
| virtual QAction* makVrf::DtSimulationCommandSelfDelete::createAction | ( | makVrv::DtDe & | , |
| QWidget * | parent | ||
| ) | [virtual] |
Build a menu item (via an action).
Implements makVrv::DtMenuItem.
| virtual void makVrf::DtSimulationCommandSelfDelete::on_triggered | ( | ) | [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.