16#ifndef QGSEXTERNALRESOURCEWIDGETWRAPPER_H 
   17#define QGSEXTERNALRESOURCEWIDGETWRAPPER_H 
   59    QVariant 
value() 
const override;
 
   65    bool valid() 
const override;
 
   70    void updateFileWidgetExpressionContext();
 
   85    void widgetValueChanged( 
const QString &attribute, 
const QVariant &newValue, 
bool attributeChanged );
 
   89    void updateValues( 
const QVariant &value, 
const QVariantList & = QVariantList() ) 
override;
 
   91    void updateProperties( 
const QgsFeature &feature );
 
   93    QLineEdit *mLineEdit = 
nullptr;
 
   94    QLabel *mLabel = 
nullptr;
 
   99    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 dataset.