![]() |
VR-Forces 4.0.4 Class Documentation
|
Will show a dialog that will request the scenario description. More...

Public Member Functions | |
| DtScenarioDescriptionDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=Qt::Tool, bool doNotDisplayIfNoDescription=false) | |
| returned, this dialog will be closed and deleted | |
| virtual | ~DtScenarioDescriptionDialog () |
| virtual void | setDisplayOnly (bool) |
| Sets to a mode where it is display only. | |
| virtual void | setShowNeverShowAgain (bool) |
| Shows the "never show again" checkbox. By default this is hidden. | |
| virtual void | closeEvent (QCloseEvent *) |
| virtual void | setupGui () |
| virtual bool | neverShowAgain () const |
| Returns true if this dialog should never be shown again. | |
| virtual void | setScenarioInformation (const DtIfScenarioDescriptionMessage *) |
| Sets the scenario information. | |
| virtual void | setHideCancel (bool) |
Public Attributes | |
| boost::signal< void()> | signal_closed |
| Signal sent when window is closing. | |
| QCheckBox * | myNeverShowAgain |
| QPushButton * | myOK |
| QPushButton * | myCancel |
| DtScenarioPreviewWidget * | myScenarioInformation |
Protected Member Functions | |
| virtual void | scenarioDescriptionCallback (DtSimMessage *) |
| Called when scenario description is received from the currently selected back-end. | |
| virtual void | accept () |
| Sends updated description to back-end. | |
Protected Attributes | |
| DtScenario | myScenario |
| makVrv::DtDe & | myDe |
| bool | myIsEditable |
| bool | myDoNotDisplayIfNoDescription |
Will show a dialog that will request the scenario description.
Depending on the mode will allow the user to edit or simply read the description
| makVrf::DtScenarioDescriptionDialog::DtScenarioDescriptionDialog | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = Qt::Tool, |
||
| bool | doNotDisplayIfNoDescription = false |
||
| ) |
returned, this dialog will be closed and deleted
| virtual makVrf::DtScenarioDescriptionDialog::~DtScenarioDescriptionDialog | ( | ) | [virtual] |
| virtual void makVrf::DtScenarioDescriptionDialog::setDisplayOnly | ( | bool | ) | [virtual] |
Sets to a mode where it is display only.
| virtual void makVrf::DtScenarioDescriptionDialog::setShowNeverShowAgain | ( | bool | ) | [virtual] |
Shows the "never show again" checkbox. By default this is hidden.
| virtual void makVrf::DtScenarioDescriptionDialog::closeEvent | ( | QCloseEvent * | ) | [virtual] |
| virtual void makVrf::DtScenarioDescriptionDialog::setupGui | ( | ) | [virtual] |
| virtual bool makVrf::DtScenarioDescriptionDialog::neverShowAgain | ( | ) | const [virtual] |
Returns true if this dialog should never be shown again.
| virtual void makVrf::DtScenarioDescriptionDialog::setScenarioInformation | ( | const DtIfScenarioDescriptionMessage * | ) | [virtual] |
Sets the scenario information.
| virtual void makVrf::DtScenarioDescriptionDialog::setHideCancel | ( | bool | ) | [virtual] |
| virtual void makVrf::DtScenarioDescriptionDialog::scenarioDescriptionCallback | ( | DtSimMessage * | ) | [protected, virtual] |
Called when scenario description is received from the currently selected back-end.
| virtual void makVrf::DtScenarioDescriptionDialog::accept | ( | ) | [protected, virtual] |
Sends updated description to back-end.
| boost::signal<void ()> makVrf::DtScenarioDescriptionDialog::signal_closed |
Signal sent when window is closing.
makVrv::DtDe& makVrf::DtScenarioDescriptionDialog::myDe [protected] |