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

Public Member Functions | |
| DtSetLocationDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtSetLocationDialog () |
| virtual DtVector | location () const |
| Returns value in meters and local. | |
| virtual void | setLocation (DtVector) |
| Expects value in meters and local. | |
Public Attributes | |
| QVBoxLayout * | myContentLayout |
| QWidget * | myCanvas |
| DtLocationEntryWidget * | myLocation |
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) |
| If there is a single entry, find it's location and convert to local to set. | |
| virtual void | setupStatement (const DtSimStatement *) |
| makVrf::DtSetLocationDialog::DtSetLocationDialog | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
| virtual makVrf::DtSetLocationDialog::~DtSetLocationDialog | ( | ) | [virtual] |
| virtual DtVector makVrf::DtSetLocationDialog::location | ( | ) | const [virtual] |
Returns value in meters and local.
| virtual void makVrf::DtSetLocationDialog::setLocation | ( | DtVector | ) | [virtual] |
Expects value in meters and local.
| virtual QWidget* makVrf::DtSetLocationDialog::contents | ( | const std::vector< makVrv::DtSimEntry * > & | data | ) | [protected, virtual] |
Creates set dialog contents. Called from setupGui.
Implements makVrf::DtBaseTaskSetDialogInterface.
| virtual void makVrf::DtSetLocationDialog::sendRequest | ( | ) | [protected, virtual] |
Override to send the set or task request.
Implements makVrf::DtBaseTaskSetDialogInterface.
| virtual void makVrf::DtSetLocationDialog::setupGui | ( | const std::vector< makVrv::DtSimEntry * > & | data | ) | [protected, virtual] |
If there is a single entry, find it's location and convert to local to set.
Reimplemented from makVrf::DtBaseTaskSetDialogInterface.
| virtual void makVrf::DtSetLocationDialog::setupStatement | ( | const DtSimStatement * | ) | [protected, virtual] |
Reimplemented from makVrf::DtBaseTaskSetDialogInterface.
| QVBoxLayout* makVrf::DtSetLocationDialog::myContentLayout |