24#include <QGeoCoordinate>
28#include "GlobalObject.h"
55 explicit Clock(QObject *parent =
nullptr);
58 ~Clock()
override =
default;
61 explicit Clock() =
delete;
104 [[nodiscard]] static QDate
date()
106 return QDateTime::currentDateTime().date();
119 [[nodiscard]]
static QDateTime
time()
121 return QDateTime::currentDateTime();
186 void setSingleShotTimer();
GlobalObject(QObject *parent=nullptr)
Standard constructor.
static Q_INVOKABLE Navigation::Clock * clock()
Pointer to appplication-wide static Navigation::Clock instance.
This extremely simple class give accss to time and offers a few time-related functions.
static Q_INVOKABLE QString describePointInTime(const QDateTime &pointInTime, const QDateTime &now)
static Q_INVOKABLE QString describeTimeDifference(const QDateTime &pointInTime)
static Q_INVOKABLE QString describeTimeDifference(const QDateTime &pointInTime, const QDateTime ¤tTime)
void timeChanged()
Notifier signal.
Clock(QObject *parent=nullptr)
Default constructor.
QDateTime time
Current time.
void dateChanged()
Notifier signal.
static Q_INVOKABLE QString describePointInTime(const QDateTime &pointInTime)
QString timeAsUTCString
Current time in UTC as a string.
static QString timeAsUTCString()
Getter method for property of the same name.
static QDateTime time()
Getter method for property of the same name.