16 #ifndef QGSEXTERNALRESOURCEWIDGETWRAPPER_H 
   17 #define QGSEXTERNALRESOURCEWIDGETWRAPPER_H 
   60     QVariant 
value() 
const override;
 
   66     bool valid() 
const override;
 
   81     void widgetValueChanged( 
const QString &attribute, 
const QVariant &newValue, 
bool attributeChanged );
 
   85     void updateValues( 
const QVariant &value, 
const QVariantList & = QVariantList() ) 
override;
 
   87     void updateProperties( 
const QgsFeature &feature );
 
   89     QLineEdit *mLineEdit = 
nullptr;
 
   90     QLabel *mLabel = 
nullptr;
 
   94     friend class TestQgsExternalResourceWidgetWrapper;
 
The feature class encapsulates a single feature including its unique ID, geometry and a list of field...
Represents a vector layer which manages a vector based data sets.