Engauge Digitizer  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Typedefs
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

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.