| 
    QGIS API Documentation
    3.26.3-Buenos Aires (65e4edfdad)
    
   | 
 
 
 
 
Go to the documentation of this file.
   16 #ifndef QGSRANGEFIELDFORMATTER_H 
   17 #define QGSRANGEFIELDFORMATTER_H 
   19 #include "qgis_core.h" 
   37     QString 
id() 
const override;
 
   39     QString 
representValue( 
QgsVectorLayer *layer, 
int fieldIndex, 
const QVariantMap &config, 
const QVariant &cache, 
const QVariant &value ) 
const override;
 
   43 #endif // QGSRANGEFIELDFORMATTER_H 
  
Represents a vector layer which manages a vector based data sets.