QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
16 #ifndef QGSDATETIMEFIELDKIT_H
17 #define QGSDATETIMEFIELDKIT_H
19 #include "qgis_core.h"
34 static QString DATE_FORMAT;
35 static const QString TIME_FORMAT;
36 static QString DATETIME_FORMAT;
37 static const QString QT_ISO_FORMAT;
38 static const QString DISPLAY_FOR_ISO_FORMAT;
45 QString
id()
const override;
47 QString
representValue(
QgsVectorLayer *layer,
int fieldIndex,
const QVariantMap &config,
const QVariant &cache,
const QVariant &value )
const override;
57 static QString defaultFormat( QVariant::Type type );
64 static void applyLocaleChange();
SIP_SKIP;
67 #endif // QGSDATETIMEFIELDKIT_H
Represents a vector layer which manages a vector based data sets.