QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
16 #ifndef QGSVALUERELATIONWIDGETWRAPPER_H
17 #define QGSVALUERELATIONWIDGETWRAPPER_H
70 QVariant
value()
const override;
83 bool valid()
const override;
97 void widgetValueChanged(
const QString &attribute,
const QVariant &newValue,
bool attributeChanged );
110 void emitValueChangedInternal(
const QString &value );
113 void updateValues(
const QVariant &value,
const QVariantList & = QVariantList() )
override;
120 int columnCount()
const;
123 QVariant::Type fkType()
const;
128 QComboBox *mComboBox =
nullptr;
129 QTableWidget *mTableWidget =
nullptr;
130 QLineEdit *mLineEdit =
nullptr;
135 bool mEnabled =
true;
139 friend class TestQgsValueRelationWidgetWrapper;
143 #endif // QGSVALUERELATIONWIDGETWRAPPER_H
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...