set time dialog implementation. More...
Inheritance diagram for MAKLogger::DtSetTimeDialog:
Collaboration diagram for MAKLogger::DtSetTimeDialog:Public Slots | |
| virtual void | onTimeChanged () |
| Slot used to validate time input. | |
| virtual void | onOK () |
| Slot used to process Ok button press. | |
| virtual void | onCancel () |
| Slot used to process Cancel button press. | |
Public Member Functions | |
| DtSetTimeDialog (const DtLgrPlaybackInterface *timeInterface, QWidget *parent) | |
| Constructor. | |
| ~DtSetTimeDialog () | |
| Destructor. | |
Protected Member Functions | |
| virtual void | setErrorMessage (const QString &) |
Protected Attributes | |
| MAKCommonWidgets::DtPreciseTimeEdit * | myPreciseTimeEdit |
| const DtLgrPlaybackInterface * | myInterface |
| DtAbsoluteTime | myNewTime |
| bool | myTimeIsValid |
set time dialog implementation.