16 #ifndef QGSLISTFIELDKIT_H 
   17 #define QGSLISTFIELDKIT_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;
 
Represents a vector layer which manages a vector based data sets.