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

Public Member Functions | |
| DtScenarioSettingsDialog (makVrv::DtDe &de, QWidget *parent, Qt::WindowFlags f=Qt::Tool, bool isNewScenario=false) | |
| CTOR. | |
| virtual | ~DtScenarioSettingsDialog () |
| DTOR. | |
| virtual bool | chooseInitialScenarioOptions () |
| Allows user to choose simulation terrain and model set by calling down to the scenario preview page to do so. | |
| virtual void | setShowScreenElement (DtScenarioInformationWidget::DisplayElement, bool) |
| Whether or not to show the particular screen element. | |
| virtual void | setEnableScreenElement (DtScenarioInformationWidget::DisplayElement, bool) |
| Whether or not to enable the display element. | |
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, |
||
| bool | isNewScenario = false |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Allows user to choose simulation terrain and model set by calling down to the scenario preview page to do so.
|
virtual |
Whether or not to show the particular screen element.
|
virtual |
Whether or not to enable the display element.
The setting of editable after making individual changes will clear all editable items, so, only call this after calling the main setEditable
|
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 |