![]() |
VR-Forces 4.1 Class Documentation
|
A widget class for managing simulation back-ends. More...

Public Member Functions | |
| DtEnvironmentControlAreaWidget (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| CTOR. | |
| virtual | ~DtEnvironmentControlAreaWidget () |
| DTOR. | |
| void | updateEnabledStatus () |
| Determines if the control area should be enabled or disabled and if the event filter should be installed or removed based on the current state of the scenario as determined by callbacks from the DtVrfSimBackendManager and the DtVrfScenarioManager. | |
Public Member Functions inherited from makVrf::DtEnvironmentControlAreaInterface | |
| virtual | ~DtEnvironmentControlAreaInterface () |
| Virtual DTOR. | |
Protected Slots | |
| virtual void | slot_onToDImageClicked () |
Protected Member Functions | |
| void | setupUi (QWidget *p) |
| Sets up the contents of the widget onto the supplied parent. | |
| virtual void | setTimeOfDay (int hours, int mins, int secs) |
| virtual bool | eventFilter (QObject *obj, QEvent *event) |
| Processes mouse clicks on myToDLabel (when the control area is enabled). | |
| virtual void | slot_backendUpdated (const DtVrfBackendState &, int) |
| Calls updateEnabledStatus. | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtEnvironmentControlAreaLogic * | myLogic |
| QHBoxLayout * | myMainLayout |
| QLabel * | myToDLabel |
| DtToDImageWidget * | myToDImageWidget |
Additional Inherited Members | |
Public Attributes inherited from makVrf::DtEnvironmentControlAreaInterface | |
| boost::signal< void()> | signal_environmentSettingsRequested |
A widget class for managing simulation back-ends.
| makVrf::DtEnvironmentControlAreaWidget::DtEnvironmentControlAreaWidget | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | flags = 0 |
||
| ) |
CTOR.
|
virtual |
DTOR.
| void makVrf::DtEnvironmentControlAreaWidget::updateEnabledStatus | ( | ) |
Determines if the control area should be enabled or disabled and if the event filter should be installed or removed based on the current state of the scenario as determined by callbacks from the DtVrfSimBackendManager and the DtVrfScenarioManager.
|
protected |
Sets up the contents of the widget onto the supplied parent.
|
protectedvirtual |
Implements makVrf::DtEnvironmentControlAreaInterface.
|
protectedvirtual |
Processes mouse clicks on myToDLabel (when the control area is enabled).
|
protectedvirtual |
Calls updateEnabledStatus.
|
protectedvirtualslot |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |