0.4.1
Loading...
Searching...
No Matches
NAV::gui::widgets::TimeEditFormat Struct Reference

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.
 

Detailed Description

Time Edit format and system.

Definition at line 28 of file TimeEdit.hpp.

Member Enumeration Documentation

◆ Format

enum class NAV::gui::widgets::TimeEditFormat::Format : uint8_t
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.

Field Documentation

◆ format

Format NAV::gui::widgets::TimeEditFormat::format

Time format.

Definition at line 38 of file TimeEdit.hpp.

◆ system

TimeSystem NAV::gui::widgets::TimeEditFormat::system

Time System.

Definition at line 39 of file TimeEdit.hpp.


The documentation for this struct was generated from the following file: