16 #ifndef QGSEXTERNALRESOURCEWIDGETWRAPPER_H 
   17 #define QGSEXTERNALRESOURCEWIDGETWRAPPER_H 
   61     QVariant 
value() 
const override;
 
   67     bool valid() 
const override;
 
   72     void updateFileWidgetExpressionContext();
 
   87     void widgetValueChanged( 
const QString &attribute, 
const QVariant &newValue, 
bool attributeChanged );
 
   91     void updateValues( 
const QVariant &value, 
const QVariantList & = QVariantList() ) 
override;
 
   93     void updateProperties( 
const QgsFeature &feature );
 
   95     QLineEdit *mLineEdit = 
nullptr;
 
   96     QLabel *mLabel = 
nullptr;
 
  101     friend class TestQgsExternalResourceWidgetWrapper;
 
The feature class encapsulates a single feature including its unique ID, geometry and a list of field...
 
A bar for displaying non-blocking messages to the user.
 
Represents a vector layer which manages a vector based data sets.