16 #ifndef QGSCHECKBOXWIDGETWRAPPER_H 
   17 #define QGSCHECKBOXWIDGETWRAPPER_H 
   59     QVariant 
value() 
const override;
 
   66     bool valid() 
const override;
 
   69     void updateValues( 
const QVariant &value, 
const QVariantList  & = QVariantList() ) 
override;
 
   71     QCheckBox *mCheckBox = 
nullptr;
 
   72     QGroupBox *mGroupBox = 
nullptr;
 
Represents a vector layer which manages a vector based data sets.