|
Engauge Digitizer 2
|
#include "CoordUnitsDate.h"#include "CoordUnitsTime.h"#include <QDateTime>#include <QHash>#include <QString>#include <QStringList>#include <QValidator>

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 QHash<CoordUnitsDate, QString> FormatDate |
Definition at line 18 of file FormatDateTime.h.
| typedef QHash<CoordUnitsDate, QStringList> FormatsDate |
Definition at line 21 of file FormatDateTime.h.
| typedef QHash<CoordUnitsTime, QStringList> FormatsTime |
Definition at line 22 of file FormatDateTime.h.
| typedef QHash<CoordUnitsTime, QString> FormatTime |
Definition at line 19 of file FormatDateTime.h.