QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
Go to the documentation of this file.
16 #ifndef QGSRELATIONREFERENCEFIELDKIT_H
17 #define QGSRELATIONREFERENCEFIELDKIT_H
19 #include "qgis_core.h"
39 QString
id()
const override;
41 QString
representValue(
QgsVectorLayer *layer,
int fieldIndex,
const QVariantMap &config,
const QVariant &cache,
const QVariant &value )
const override;
43 QVariant
sortValue(
QgsVectorLayer *layer,
int fieldIndex,
const QVariantMap &config,
const QVariant &cache,
const QVariant &value )
const override;
55 #endif // QGSRELATIONREFERENCEFIELDKIT_H
A context for field formatter containing information like the project.
Represents a vector layer which manages a vector based data sets.