QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
Go to the documentation of this file.
16 #ifndef QGSKEYVALUEFIELDKIT_H
17 #define QGSKEYVALUEFIELDKIT_H
19 #include "qgis_core.h"
41 QString
id()
const override;
42 QString
representValue(
QgsVectorLayer *layer,
int fieldIndex,
const QVariantMap &config,
const QVariant &cache,
const QVariant &value )
const override;
45 #endif // QGSKEYVALUEFIELDKIT_H
Represents a vector layer which manages a vector based data sets.