16#ifndef QGSLISTWIDGETWRAPPER_H 
   17#define QGSLISTWIDGETWRAPPER_H 
   49    QVariant 
value() 
const override;
 
   58    bool valid() 
const override;
 
   61    void onValueChanged();
 
   64    void updateValues( 
const QVariant &value, 
const QVariantList & = QVariantList() ) 
override;
 
 
Represents a vector layer which manages a vector based dataset.