16#ifndef QGSCHECKBOXWIDGETWRAPPER_H 
   17#define QGSCHECKBOXWIDGETWRAPPER_H 
   58    QVariant 
value() 
const override;
 
   65    bool valid() 
const override;
 
   68    void updateValues( 
const QVariant &value, 
const QVariantList & = QVariantList() ) 
override;
 
   70    QCheckBox *mCheckBox = 
nullptr;
 
   71    QGroupBox *mGroupBox = 
nullptr;
 
   73    bool mIndeterminateStateEnabled = 
false;
 
 
Represents a vector layer which manages a vector based dataset.