![]() |
VR-Forces 4.0.4 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. | |
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 |
A widget class for managing simulation back-ends.
| makVrf::DtEnvironmentControlAreaWidget::DtEnvironmentControlAreaWidget | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | flags = 0 |
||
| ) |
CTOR.
| virtual makVrf::DtEnvironmentControlAreaWidget::~DtEnvironmentControlAreaWidget | ( | ) | [virtual] |
DTOR.
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.
| void makVrf::DtEnvironmentControlAreaWidget::setupUi | ( | QWidget * | p | ) | [protected] |
Sets up the contents of the widget onto the supplied parent.
| virtual void makVrf::DtEnvironmentControlAreaWidget::setTimeOfDay | ( | int | hours, |
| int | mins, | ||
| int | secs | ||
| ) | [protected, virtual] |
Implements makVrf::DtEnvironmentControlAreaInterface.
| virtual bool makVrf::DtEnvironmentControlAreaWidget::eventFilter | ( | QObject * | obj, |
| QEvent * | event | ||
| ) | [protected, virtual] |
Processes mouse clicks on myToDLabel (when the control area is enabled).
| virtual void makVrf::DtEnvironmentControlAreaWidget::slot_backendUpdated | ( | const DtVrfBackendState & | , |
| int | |||
| ) | [protected, virtual] |
Calls updateEnabledStatus.
| virtual void makVrf::DtEnvironmentControlAreaWidget::slot_onToDImageClicked | ( | ) | [protected, virtual, slot] |
makVrv::DtDe& makVrf::DtEnvironmentControlAreaWidget::myDe [protected] |
QHBoxLayout* makVrf::DtEnvironmentControlAreaWidget::myMainLayout [protected] |
QLabel* makVrf::DtEnvironmentControlAreaWidget::myToDLabel [protected] |