![]() |
VR-Forces 4.1.1 Class Documentation
|
The Master Scenario Settings Dialog. More...

Public Member Functions | |
| DtScenarioSettingsDialog (makVrv::DtDe &de, QWidget *parent, Qt::WindowFlags f=Qt::Tool) | |
| CTOR. | |
| virtual | ~DtScenarioSettingsDialog () |
| DTOR. | |
| virtual bool | chooseSimulationTerrain () |
| Allows user to choose simulation terrain by calling down to the scenario preview page to do so. | |
Public Attributes | |
| DtScenarioPreviewPage * | myScenarioPreviewPage |
| QPushButton * | myOkButton |
| QPushButton * | myCancelButton |
| QPushButton * | myAdvancedButton |
| QPushButton * | myPreviewButton |
Public Attributes inherited from makVrf::DtScenarioSettingsInterface | |
| boost::signal< bool(const DtScenarioLoadInformation &)> | signal_loadScenario |
Protected Slots | |
| virtual void | onOkClicked () |
| Tells preview page to set all information into scenario object and then signals to load that scenario. | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtScenarioLoadLogic * | myLogic |
The Master Scenario Settings Dialog.
| makVrf::DtScenarioSettingsDialog::DtScenarioSettingsDialog | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f = Qt::Tool |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Allows user to choose simulation terrain by calling down to the scenario preview page to do so.
|
protectedvirtualslot |
Tells preview page to set all information into scenario object and then signals to load that scenario.
|
protected |
|
protected |
| DtScenarioPreviewPage* makVrf::DtScenarioSettingsDialog::myScenarioPreviewPage |
| QPushButton* makVrf::DtScenarioSettingsDialog::myOkButton |
| QPushButton* makVrf::DtScenarioSettingsDialog::myCancelButton |
| QPushButton* makVrf::DtScenarioSettingsDialog::myAdvancedButton |
| QPushButton* makVrf::DtScenarioSettingsDialog::myPreviewButton |