![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtSimulationCommandIssuePlanDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtSimulationCommandIssuePlanDialog () |
| virtual void | selectionChanged (const QString &selection) |
| When the commandAssignment widget that owns this extension changes its selection, this dialog needs to be informed so it can update the plan name and object the plan is associated with. | |
Protected Member Functions | |
| virtual void | sendRequest () |
| Wraps the issuePlanCommand in the DtIssuePlanObjectWrapper and sends it to the parent dialog, the command assignment widget. | |
| virtual void | setupStatement (const DtSimStatement *stmt) |
| Sets up the dialog and passes the simCommand's existing plan to the plan widget to allow the user to edit it. | |
| virtual bool | editStatement (const std::vector< makVrv::DtSimEntry * > &data, const DtSimStatement *s) |
| Calls up the parent class. | |
| virtual void | slot_send () |
| virtual void | slot_close () |
Protected Attributes | |
| DtIssueEntityPlanWidget * | myPlanWidget |
| makVrf::DtSimulationCommandIssuePlanDialog::DtSimulationCommandIssuePlanDialog | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
| virtual makVrf::DtSimulationCommandIssuePlanDialog::~DtSimulationCommandIssuePlanDialog | ( | ) | [virtual] |
| virtual void makVrf::DtSimulationCommandIssuePlanDialog::selectionChanged | ( | const QString & | selection | ) | [virtual] |
When the commandAssignment widget that owns this extension changes its selection, this dialog needs to be informed so it can update the plan name and object the plan is associated with.
Otherwise when the plan is assigned, there is no means of knowing which entity(s) the plan should be assigned to.
Reimplemented from makVrf::DtTaskSetDialogInterface.
| virtual void makVrf::DtSimulationCommandIssuePlanDialog::sendRequest | ( | ) | [protected, virtual] |
Wraps the issuePlanCommand in the DtIssuePlanObjectWrapper and sends it to the parent dialog, the command assignment widget.
Implements makVrf::DtBaseTaskSetDialogInterface.
| virtual void makVrf::DtSimulationCommandIssuePlanDialog::setupStatement | ( | const DtSimStatement * | stmt | ) | [protected, virtual] |
Sets up the dialog and passes the simCommand's existing plan to the plan widget to allow the user to edit it.
Reimplemented from makVrf::DtBaseTaskSetDialogInterface.
| virtual bool makVrf::DtSimulationCommandIssuePlanDialog::editStatement | ( | const std::vector< makVrv::DtSimEntry * > & | data, |
| const DtSimStatement * | s | ||
| ) | [protected, virtual] |
Calls up the parent class.
Reimplemented from makVrf::DtBaseTaskSetDialogInterface.
| virtual void makVrf::DtSimulationCommandIssuePlanDialog::slot_send | ( | ) | [protected, virtual] |
| virtual void makVrf::DtSimulationCommandIssuePlanDialog::slot_close | ( | ) | [protected, virtual] |