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

Public Member Functions | |
| DtConvoyToTaskDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtConvoyToTaskDialog () |
| virtual void | setPathPlanEnabled (bool) |
| Disables/enables path plan mode. | |
| virtual void | setPlanPath (bool b) |
| Sets path plan mode. | |
| virtual bool | planPath () const |
| Returns true if planning path. | |
Public Attributes | |
| QGroupBox * | myMovementBox |
| QHBoxLayout * | myMovementLayout |
| QCheckBox * | myPlanPathMoveButton |
Protected Member Functions | |
| virtual QWidget * | contents (const std::vector< makVrv::DtSimEntry * > &data) |
| Creates set dialog contents. Called from setupGui. | |
| virtual void | sendRequest () |
| Override to send the set or task request. | |
| virtual void | setupGui (const std::vector< makVrv::DtSimEntry * > &data) |
| Sets up the ok/cancel buttons. | |
| virtual void | setupStatement (const DtSimStatement *) |
| virtual void | initializeSelectionFilters () |
| Initializes filters used for selection view. | |
| makVrf::DtConvoyToTaskDialog::DtConvoyToTaskDialog | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
| virtual makVrf::DtConvoyToTaskDialog::~DtConvoyToTaskDialog | ( | ) | [virtual] |
| virtual void makVrf::DtConvoyToTaskDialog::setPathPlanEnabled | ( | bool | ) | [virtual] |
Disables/enables path plan mode.
| virtual void makVrf::DtConvoyToTaskDialog::setPlanPath | ( | bool | b | ) | [virtual] |
Sets path plan mode.
| virtual bool makVrf::DtConvoyToTaskDialog::planPath | ( | ) | const [virtual] |
Returns true if planning path.
| virtual QWidget* makVrf::DtConvoyToTaskDialog::contents | ( | const std::vector< makVrv::DtSimEntry * > & | data | ) | [protected, virtual] |
Creates set dialog contents. Called from setupGui.
Reimplemented from makVrf::DtBaseFilteredListViewTaskSetDialog.
| virtual void makVrf::DtConvoyToTaskDialog::sendRequest | ( | ) | [protected, virtual] |
Override to send the set or task request.
Implements makVrf::DtBaseTaskSetDialogInterface.
| virtual void makVrf::DtConvoyToTaskDialog::setupGui | ( | const std::vector< makVrv::DtSimEntry * > & | ) | [protected, virtual] |
Sets up the ok/cancel buttons.
Reimplemented from makVrf::DtBaseTaskSetDialogInterface.
| virtual void makVrf::DtConvoyToTaskDialog::setupStatement | ( | const DtSimStatement * | ) | [protected, virtual] |
Reimplemented from makVrf::DtBaseTaskSetDialogInterface.
| virtual void makVrf::DtConvoyToTaskDialog::initializeSelectionFilters | ( | ) | [protected, virtual] |
Initializes filters used for selection view.
Implements makVrf::DtBaseFilteredListViewTaskSetDialog.
| QGroupBox* makVrf::DtConvoyToTaskDialog::myMovementBox |
| QHBoxLayout* makVrf::DtConvoyToTaskDialog::myMovementLayout |