QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
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;
75 #endif // QGSCHECKBOXWIDGETWRAPPER_H
Represents a vector layer which manages a vector based data sets.