![]() |
VR-Forces 5.0.1 Developer's Guide
|
DtScenarioEventSettingsWidget will display the widget for setting scenario events. The logic will be used to set the settings into the scenario event manager.

Public Member Functions | |
| DtScenarioEventSettingsWidget (QWidget *parent=NULL, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtScenarioEventSettingsWidget () |
| virtual void | setShowAllEvents (bool) |
| virtual bool | showAllEvents () const |
| virtual void | setShowAllEventsByVisibleForce (bool) |
| virtual bool | showAllEventsByVisibleForce () const |
| virtual void | setShowAllActiveEvents (bool) |
| virtual bool | showAllActiveEvents () const |
| virtual void | setShowAllActiveEventsByVisibleForce (bool) |
| virtual bool | showAllActiveEventsByVisibleForce () const |
| virtual void | setShowDialogsForStartedEvents (bool) |
| virtual bool | showDialogsForStartedEvents () const |
| virtual void | setShowDisabledScenarioEvents (bool) |
| virtual bool | showDisabledScenarioEvents () const |
Public Attributes | |
| boost::signals2::signal< void()> | signal_onOptionChanged |
| boost::signals2::signal< void()> | signal_showDialogsChanged |
| boost::signals2::signal< void()> | signal_showDisabledScenarioEventsChanged |
| QVBoxLayout * | myOptionsLayout |
| QWidget * | myOptionsContainer |
| QRadioButton * | myShowAllEvents |
| QRadioButton * | myShowAllEventsVisibleToForce |
| QRadioButton * | myShowAllActiveEvents |
| QRadioButton * | myShowAllActiveEventsVisibleToForce |
| QCheckBox * | myShowDialogsForStartedEvents |
| QCheckBox * | myShowDisabledScenarioEvents |
Protected Slots | |
| virtual void | optionChanged () |
| virtual void | showDialogsChanged () |
| virtual void | showDisabledScenarioEventsChanged () |
Protected Member Functions | |
| void | setupGui () |
| makVrf::DtScenarioEventSettingsWidget::DtScenarioEventSettingsWidget | ( | QWidget * | parent = NULL, |
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
default constructor
|
virtual |
destructor
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
| boost::signals2::signal<void ()> makVrf::DtScenarioEventSettingsWidget::signal_onOptionChanged |
| boost::signals2::signal<void ()> makVrf::DtScenarioEventSettingsWidget::signal_showDialogsChanged |
| boost::signals2::signal<void ()> makVrf::DtScenarioEventSettingsWidget::signal_showDisabledScenarioEventsChanged |
| QVBoxLayout* makVrf::DtScenarioEventSettingsWidget::myOptionsLayout |
| QWidget* makVrf::DtScenarioEventSettingsWidget::myOptionsContainer |
| QRadioButton* makVrf::DtScenarioEventSettingsWidget::myShowAllEvents |
| QRadioButton* makVrf::DtScenarioEventSettingsWidget::myShowAllEventsVisibleToForce |
| QRadioButton* makVrf::DtScenarioEventSettingsWidget::myShowAllActiveEvents |
| QRadioButton* makVrf::DtScenarioEventSettingsWidget::myShowAllActiveEventsVisibleToForce |
| QCheckBox* makVrf::DtScenarioEventSettingsWidget::myShowDialogsForStartedEvents |
| QCheckBox* makVrf::DtScenarioEventSettingsWidget::myShowDisabledScenarioEvents |