QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
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;
105 #endif // QGSEXTERNALRESOURCEWIDGETWRAPPER_H
A bar for displaying non-blocking messages to the user.
Represents a vector layer which manages a vector based data sets.
The feature class encapsulates a single feature including its unique ID, geometry and a list of field...