QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
Go to the documentation of this file.
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;
98 #endif // QGSEXTERNALRESOURCEWIDGETWRAPPER_H
Represents a vector layer which manages a vector based data sets.
The feature class encapsulates a single feature including its id, geometry and a list of field/values...