![]() |
VR-Forces 4.1 Class Documentation
|
A widget for configuring the environment. More...

Public Member Functions | |
| DtEnvironmentSettingsDateAndTimeWidget (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| CTOR. | |
| virtual | ~DtEnvironmentSettingsDateAndTimeWidget () |
| DTOR. | |
| virtual void | setupGui () |
| Sets up the dialog's contents (called by initialize) | |
| virtual void | setLogic (DtEnvironmentSettingsDateAndTimeLogic *logic) |
| Sets up the GUI and initializes the dialog with the corresponding logic. | |
| virtual void | setDateAndTime (int year, int month, int day, int hour, int minutes, double seconds) |
| Set the date and time of the widget. | |
| virtual void | setTime (int hour, int minutes, double seconds) |
| Set the time of the widget. | |
| virtual void | setTime (double secondsPastMidnight) |
| Set the time of the widget given a time amount in seconds. | |
| virtual void | getTime (int &hour, int &min, int &secs) |
| Returns the time in hour, min, secs. | |
| virtual float | getTime () |
| Returns the time in seconds. | |
| virtual void | setTimeScale (double timeScale) |
Public Member Functions inherited from makVrv::DtDateAndTimeInterface | |
| DtDateAndTimeInterface () | |
| CTOR. | |
| virtual | ~DtDateAndTimeInterface () |
| DTOR. | |
Protected Slots | |
| void | on_myCurrentTimeEdit_timeChanged (const QTime &) |
Protected Attributes | |
| DtEnvironmentSettingsDateAndTimeLogic * | myLogic |
| makVrv::DtDe & | myDe |
| makVrv::DtAnalogClock * | myAnalogClock |
| QTimeEdit * | myCurrentTimeEdit |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtDateAndTimeInterface | |
| boost::signal< void()> | signal_timeUpdateRequested |
| boost::signal< void(int hour, int minutes, double seconds)> | signal_changeTime |
| boost::signal< void(int year, int month, double day)> | signal_changeDate |
| boost::signal< void(double)> | signal_changeTimeScale |
A widget for configuring the environment.
| makVrf::DtEnvironmentSettingsDateAndTimeWidget::DtEnvironmentSettingsDateAndTimeWidget | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = 0 |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Sets up the dialog's contents (called by initialize)
|
virtual |
Sets up the GUI and initializes the dialog with the corresponding logic.
|
virtual |
Set the date and time of the widget.
Implements makVrv::DtDateAndTimeInterface.
|
virtual |
Set the time of the widget.
|
virtual |
Set the time of the widget given a time amount in seconds.
|
virtual |
Returns the time in hour, min, secs.
|
virtual |
Returns the time in seconds.
|
virtual |
Implements makVrv::DtDateAndTimeInterface.
|
protectedslot |
|
protected |
|
protected |
|
protected |
|
protected |