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

Public Member Functions | |
| DtTaskWaitDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtTaskWaitDialog () |
| virtual void | run (const std::vector< makVrv::DtSimEntry * > &data) |
| Calls down to logic to send the wait task message then closes dialog. | |
| virtual bool | editStatement (const std::vector< makVrv::DtSimEntry * > &data, const DtSimStatement *s) |
| Edits the current statement. Return true if the statement can be edited. | |
Protected Member Functions | |
| virtual void | onCancel () |
| virtual bool | wantsSelectionOfObjectInCommandMode () const |
| Override to return false if, when this task is used as part of a simulation command, it does not want to allow to choose an object to apply the command to. | |
| virtual void | sendRequest () |
| makVrf::DtTaskWaitDialog::DtTaskWaitDialog | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
| virtual makVrf::DtTaskWaitDialog::~DtTaskWaitDialog | ( | ) | [virtual] |
| virtual void makVrf::DtTaskWaitDialog::run | ( | const std::vector< makVrv::DtSimEntry * > & | data | ) | [virtual] |
Calls down to logic to send the wait task message then closes dialog.
Implements makVrf::DtCommandDialogExtensionInterface.
| virtual bool makVrf::DtTaskWaitDialog::editStatement | ( | const std::vector< makVrv::DtSimEntry * > & | , |
| const DtSimStatement * | |||
| ) | [virtual] |
Edits the current statement. Return true if the statement can be edited.
Reimplemented from makVrf::DtTaskSetDialogInterface.
| virtual void makVrf::DtTaskWaitDialog::onCancel | ( | ) | [inline, protected, virtual] |
Implements makVrf::DtCommandDialogExtensionInterface.
| virtual bool makVrf::DtTaskWaitDialog::wantsSelectionOfObjectInCommandMode | ( | ) | const [protected, virtual] |
Override to return false if, when this task is used as part of a simulation command, it does not want to allow to choose an object to apply the command to.
Calls down to logic with method of same name
Implements makVrf::DtCommandDialogExtensionInterface.
| virtual void makVrf::DtTaskWaitDialog::sendRequest | ( | ) | [protected, virtual] |