![]() |
0.5.0
|
Time Edit format and system. More...
Public Types | |
| enum class | Format : uint8_t { YMDHMS , GPSWeekToW , COUNT } |
| Format to edit the time in. More... | |
Data Fields | |
| Format | format |
| Time format. | |
| TimeSystem | system |
| Time System. | |
Time Edit format and system.
Definition at line 28 of file TimeEdit.hpp.
|
strong |
Format to edit the time in.
| Enumerator | |
|---|---|
| YMDHMS | YearMonthDayHourMinuteSecond (UTC) |
| GPSWeekToW | GPS Week and TimeOfWeek. |
| COUNT | Amount of items in the enum. |
Definition at line 31 of file TimeEdit.hpp.
| Format NAV::gui::widgets::TimeEditFormat::format |
Time format.
Definition at line 38 of file TimeEdit.hpp.
| TimeSystem NAV::gui::widgets::TimeEditFormat::system |
Time System.
Definition at line 39 of file TimeEdit.hpp.