16 #ifndef QGSVALUEMAPWIDGETWRAPPER_H 
   17 #define QGSVALUEMAPWIDGETWRAPPER_H 
   59     QVariant 
value() 
const override;
 
   65     bool valid() 
const override;
 
   68     void updateValues( 
const QVariant &value, 
const QVariantList & = QVariantList() ) 
override;
 
   70     QComboBox *mComboBox = 
nullptr;
 
Represents a vector layer which manages a vector based data sets.