![]() |
VR-Forces 4.0.4 Class Documentation
|
The logic for displaying/editing the date and time. More...
Public Member Functions | |
| DtDateAndTimeLogic (DtDe &de, DtDateAndTimeInterface *iface) | |
| CTOR. | |
| ~DtDateAndTimeLogic () | |
| DTOR. | |
Protected Member Functions | |
| void | onUpdateTimeRequested () |
| Slot for handling a time request. | |
| void | onChangeTime (int hour, int minutes, double seconds) |
| Slot for handling when the reference time should change. | |
| void | onChangeTimeScale (double timeScale) |
| Slot for handling when the timescale should change. | |
| void | onChangeDate (int year, int month, double day) |
| Slot for handling when the reference date should change. | |
Protected Attributes | |
| DtDe & | myDe |
| DtDateAndTimeInterface * | myInterface |
| DtSignalConnectionManager | mySignals |
The logic for displaying/editing the date and time.
| makVrv::DtDateAndTimeLogic::DtDateAndTimeLogic | ( | DtDe & | de, |
| DtDateAndTimeInterface * | iface | ||
| ) |
CTOR.
| void makVrv::DtDateAndTimeLogic::onUpdateTimeRequested | ( | ) | [protected] |
Slot for handling a time request.
| void makVrv::DtDateAndTimeLogic::onChangeTime | ( | int | hour, |
| int | minutes, | ||
| double | seconds | ||
| ) | [protected] |
Slot for handling when the reference time should change.
| void makVrv::DtDateAndTimeLogic::onChangeTimeScale | ( | double | timeScale | ) | [protected] |
Slot for handling when the timescale should change.
| void makVrv::DtDateAndTimeLogic::onChangeDate | ( | int | year, |
| int | month, | ||
| double | day | ||
| ) | [protected] |
Slot for handling when the reference date should change.
DtDe& makVrv::DtDateAndTimeLogic::myDe [protected] |