16 #ifndef QGSLISTWIDGETWRAPPER_H 
   17 #define QGSLISTWIDGETWRAPPER_H 
   51     QVariant 
value() 
const override;
 
   57     bool valid() 
const override;
 
   60     void onValueChanged();
 
   63     void updateValues( 
const QVariant &value, 
const QVariantList  & = QVariantList() ) 
override;
 
Represents a vector layer which manages a vector based data sets.