![]() |
VR-Forces 4.0.4 Class Documentation
|
Abstract interface for the environment area widget. More...

Public Member Functions | |
| virtual | ~DtEnvironmentControlAreaInterface () |
| Virtual DTOR. | |
| virtual void | setTimeOfDay (int hours, int mins, int secs)=0 |
Public Attributes | |
| boost::signal< void()> | signal_environmentSettingsRequested |
Abstract interface for the environment area widget.
| virtual makVrf::DtEnvironmentControlAreaInterface::~DtEnvironmentControlAreaInterface | ( | ) | [virtual] |
Virtual DTOR.
| virtual void makVrf::DtEnvironmentControlAreaInterface::setTimeOfDay | ( | int | hours, |
| int | mins, | ||
| int | secs | ||
| ) | [pure virtual] |
Implemented in makVrf::DtEnvironmentControlAreaWidget.
| boost::signal<void ()> makVrf::DtEnvironmentControlAreaInterface::signal_environmentSettingsRequested |