![]() |
VR-Forces 4.0.4 Class Documentation
|
Public Member Functions | |
| virtual | ~DtEnvironmentControlAreaLogic () |
| virtual DTOR | |
Static Public Member Functions | |
| static DtEnvironmentControlAreaLogic * | create (makVrv::DtDe &de, DtEnvironmentControlAreaInterface *iFace) |
| Create and initialize the logic. | |
Protected Member Functions | |
| DtEnvironmentControlAreaLogic (makVrv::DtDe &de, DtEnvironmentControlAreaInterface *iFace) | |
| Constructor (protected - use ::create() ) | |
| virtual void | slot_timeOfDayChanged (int hours, int mins, int secs) |
| virtual void | slot_environmentSettingsRequested () |
| virtual void | slot_onTick () |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtEnvironmentControlAreaInterface * | myInterface |
| double | myTimeOfDay |
| int | myLastTime |
| double | myLastSimTime |
| virtual makVrf::DtEnvironmentControlAreaLogic::~DtEnvironmentControlAreaLogic | ( | ) | [virtual] |
virtual DTOR
| makVrf::DtEnvironmentControlAreaLogic::DtEnvironmentControlAreaLogic | ( | makVrv::DtDe & | de, |
| DtEnvironmentControlAreaInterface * | iFace | ||
| ) | [protected] |
Constructor (protected - use ::create() )
| static DtEnvironmentControlAreaLogic* makVrf::DtEnvironmentControlAreaLogic::create | ( | makVrv::DtDe & | de, |
| DtEnvironmentControlAreaInterface * | iFace | ||
| ) | [static] |
Create and initialize the logic.
| virtual void makVrf::DtEnvironmentControlAreaLogic::slot_timeOfDayChanged | ( | int | hours, |
| int | mins, | ||
| int | secs | ||
| ) | [protected, virtual] |
| virtual void makVrf::DtEnvironmentControlAreaLogic::slot_environmentSettingsRequested | ( | ) | [protected, virtual] |
| virtual void makVrf::DtEnvironmentControlAreaLogic::slot_onTick | ( | ) | [protected, virtual] |
makVrv::DtDe& makVrf::DtEnvironmentControlAreaLogic::myDe [protected] |
double makVrf::DtEnvironmentControlAreaLogic::myTimeOfDay [protected] |
int makVrf::DtEnvironmentControlAreaLogic::myLastTime [protected] |
double makVrf::DtEnvironmentControlAreaLogic::myLastSimTime [protected] |