16#ifndef QGSVALUEMAPWIDGETWRAPPER_H 
   17#define QGSVALUEMAPWIDGETWRAPPER_H 
   57    QVariant 
value() 
const override;
 
   63    bool valid() 
const override;
 
   66    void updateValues( 
const QVariant &value, 
const QVariantList & = QVariantList() ) 
override;
 
   68    QComboBox *mComboBox = 
nullptr;
 
 
Represents a vector layer which manages a vector based dataset.