Engauge Digitizer 2
Loading...
Searching...
No Matches
FormatDateTime.h File Reference
#include "CoordUnitsDate.h"
#include "CoordUnitsTime.h"
#include <QDateTime>
#include <QHash>
#include <QString>
#include <QStringList>
#include <QValidator>
Include dependency graph for FormatDateTime.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FormatDateTime
 Input parsing and output formatting for date/time values. More...

Typedefs

typedef QHash< CoordUnitsDate, QString > FormatDate
typedef QHash< CoordUnitsTime, QString > FormatTime
typedef QHash< CoordUnitsDate, QStringList > FormatsDate
typedef QHash< CoordUnitsTime, QStringList > FormatsTime

Typedef Documentation

◆ FormatDate

typedef QHash<CoordUnitsDate, QString> FormatDate

Definition at line 18 of file FormatDateTime.h.

◆ FormatsDate

typedef QHash<CoordUnitsDate, QStringList> FormatsDate

Definition at line 21 of file FormatDateTime.h.

◆ FormatsTime

typedef QHash<CoordUnitsTime, QStringList> FormatsTime

Definition at line 22 of file FormatDateTime.h.

◆ FormatTime

typedef QHash<CoordUnitsTime, QString> FormatTime

Definition at line 19 of file FormatDateTime.h.