QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
16 #ifndef QGSJSONEDITWRAPPER_H
17 #define QGSJSONEDITWRAPPER_H
57 QVariant
value()
const override;
64 bool valid()
const override;
72 inline static const QString RAW_VALUE_PROPERTY =
"RawValue";
74 void updateValues(
const QVariant &val,
const QVariantList & = QVariantList() )
override;
76 QgsJsonEditWidget *mJsonEditWidget =
nullptr;
79 #endif // QGSJSONEDITWRAPPER_H
Represents a vector layer which manages a vector based data sets.
Wraps a JSON edit widget. Users will be able to modify JSON text with this widget type.
The feature class encapsulates a single feature including its unique ID, geometry and a list of field...