![]() |
VR-Forces Developer's Guide
|
A widget for configuring the environment.

Public Member Functions | |
| DtTimezoneFormatWidget (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| virtual | ~DtTimezoneFormatWidget () override |
| virtual void | setTimezone (const std::string &) |
| virtual void | setFormatsSet (const std::string &) |
| virtual void | setDateAndTimeFormatting (const std::string &) |
Public Attributes | |
| QLabel * | myTimeDisplayLabel |
| QLabel * | myTimezoneLabel |
| QLabel * | myTimeFormatLabel |
| QComboBox * | myTimezoneCombo |
| QComboBox * | myDateTimeFormat |
| QLabel * | myFormatSetsLabel |
| QComboBox * | myFormatsSetCombo |
| QGridLayout * | myMainLayout |
| QRadioButton * | myLocalTime |
| QRadioButton * | myFixedTime |
Protected Slots | |
| virtual void | timezoneTypeChanged () |
| virtual void | dateTimeFormatChanged () |
| virtual void | formatsSetChanged () |
| virtual void | timezoneChanged () |
Protected Member Functions | |
| virtual void | refreshTimezones () |
| virtual void | slot_timezoneChanged (const std::string &oldTz, const std::string &newTz) |
| virtual void | enableControls () |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| makVrv::DtSignalConnectionManager | myConnectionManager |
| bool | myHasCustomDateTimeFormat |
| makVrf::DtTimezoneFormatWidget::DtTimezoneFormatWidget | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = 0 |
||
| ) |
CTOR.
|
overridevirtual |
DTOR.
|
virtual |
|
virtual |
Sets the formatsSet to use.
|
virtual |
Sets the display of the date/time.
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
| QLabel* makVrf::DtTimezoneFormatWidget::myTimeDisplayLabel |
| QLabel* makVrf::DtTimezoneFormatWidget::myTimezoneLabel |
| QLabel* makVrf::DtTimezoneFormatWidget::myTimeFormatLabel |
| QComboBox* makVrf::DtTimezoneFormatWidget::myTimezoneCombo |
| QComboBox* makVrf::DtTimezoneFormatWidget::myDateTimeFormat |
| QLabel* makVrf::DtTimezoneFormatWidget::myFormatSetsLabel |
| QComboBox* makVrf::DtTimezoneFormatWidget::myFormatsSetCombo |
| QGridLayout* makVrf::DtTimezoneFormatWidget::myMainLayout |
| QRadioButton* makVrf::DtTimezoneFormatWidget::myLocalTime |
| QRadioButton* makVrf::DtTimezoneFormatWidget::myFixedTime |
|
protected |
|
protected |
|
protected |