![]() |
VR-Forces 4.10 Class Documentation
|
A widget for configuring the time of day. More...

Public Member Functions | |
| DtVrfTimeOfDayWidget (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| CTOR. More... | |
| virtual | ~DtVrfTimeOfDayWidget () |
| DTOR. More... | |
| virtual void | activate () |
| Activate this widget. More... | |
| virtual void | deactivate () |
| Deactivate this widget. More... | |
Public Member Functions inherited from makVrf::DtVrfEnvironmentConditionsDateAndTimeWidget | |
| DtVrfEnvironmentConditionsDateAndTimeWidget (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| CTOR. More... | |
| virtual | ~DtVrfEnvironmentConditionsDateAndTimeWidget () |
| DTOR. More... | |
| virtual void | setTimeScale (double timeScale) |
| Changed the time scale. More... | |
| virtual void | setDateAndTimeOfDay (time_t) |
| Sets date and time of day from UTC date/time. More... | |
| virtual time_t | dateAndTimeOfDay (bool removeObserverPosition=true) const |
| Returns date and time of day as UTC time. More... | |
| virtual void | setDataEntryOnly (bool) |
| If true only allows for data entry, not for update of sim. More... | |
| virtual void | setAllowTimezoneSelection (bool) |
| If true only allows time zone selection. Default is true. More... | |
| virtual void | setUseDateTimeIlluminationForModel (bool) |
| Sets wether or not GMT time is used for illumination or the entities position is. More... | |
| virtual bool | useDateTimeIlluminationForModel () const |
| virtual void | setTimezone (const std::string &) |
| Sets the timezone to use. More... | |
| virtual void | setFormatsSet (const std::string &) |
| Sets the formatsSet to use. More... | |
| virtual void | setDateAndTimeFormatting (const std::string &) |
| Sets the display of the date/time. More... | |
| virtual void | setTimeOnCreationIsFrozen (bool) |
| virtual void | setTimeSetToLocalOnFirstPlacement (bool) |
| virtual void | trackObserverForTimeZoneChange (bool) |
| virtual void | initTimezoneSettings () |
| virtual time_t | dateAndTimeOfDayWithoutObserverOffset () const |
Public Member Functions inherited from makVrv::DtDateAndTimeWidget | |
| DtDateAndTimeWidget (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| CTOR. More... | |
| virtual | ~DtDateAndTimeWidget () |
| DTOR. More... | |
| virtual void | setWidgetsEnabled (bool isEnabled) |
| Enable or disable all the date and time widgets on this widget Widgets are disabled when listening to remote weather. More... | |
| virtual void | setDateAndTime (int year, int month, int day, int hours, int minutes, double seconds) |
| Set the date and time of the widget. More... | |
| virtual void | setDate (int year, int month, int day) |
| Set the date of the widget. More... | |
| virtual void | setTime (int hours, int minutes, double seconds) |
| Set the time of the widget. More... | |
Public Member Functions inherited from makVrv::DtDateAndTimeInterface | |
| DtDateAndTimeInterface () | |
| Default CTOR. More... | |
| virtual | ~DtDateAndTimeInterface () |
| Virtual DTOR. More... | |
A widget for configuring the time of day.
| makVrf::DtVrfTimeOfDayWidget::DtVrfTimeOfDayWidget | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = 0 |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
inlinevirtual |
Activate this widget.
Reimplemented from makVrf::DtVrfEnvironmentConditionsDateAndTimeWidget.
|
inlinevirtual |
Deactivate this widget.
Reimplemented from makVrf::DtVrfEnvironmentConditionsDateAndTimeWidget.