33#include <NDEVR/Time.h>
34#include <NDEVR/String.h>
35#include <NDEVR/UUID.h>
53 static TimeZone Convert(
const QTimeZone& zone);
54 static QTimeZone Convert(
const TimeZone& zone);
55 static QDateTime Convert(
const Time& time,
const QTimeZone& zone);
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:56
The core String class for the NDEVR API.
Definition String.h:69
Represents a timestamp with utilities for manipulation and conversion.
Definition Time.h:54
Converts TimeZone data.
Definition TimeZoneManager.h:52
QTimeZone m_q_current_timezone
Definition TimeZoneManager.h:61
TimeZone m_current_timezone
Definition TimeZoneManager.h:60
Any text displayed to the user should be defined as a TranslatedString which allows the program to lo...
Definition TranslatedString.h:13
A universally unique identifier (UUID) is a 128-bit number used to identify information in computer s...
Definition UUID.h:60
Simple struct for storing timezone definition data.
Definition TimeZoneManager.h:43
UUID id
Definition TimeZoneManager.h:46
String comment
Definition TimeZoneManager.h:45
TranslatedString name
Definition TimeZoneManager.h:44