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;
 
The feature class encapsulates a single feature including its unique ID, geometry and a list of field...
Wraps a JSON edit widget.
Represents a vector layer which manages a vector based data sets.