|
QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
#include <qgsrelationreferencewidget.h>

Public Types | |
| enum | CanvasExtent { Fixed, Pan, Scale } |
Public Slots | |
| void | deleteForeignKeys () |
| unset the currently related feature More... | |
| void | mapIdentification () |
| activate the map tool to select a new related feature on the map More... | |
| void | openForm () |
| open the form of the related feature in a new dialog More... | |
Signals | |
| Q_DECL_DEPRECATED void | foreignKeyChanged (const QVariant &) |
| Emitted when the foreign key changed. More... | |
| void | foreignKeysChanged (const QVariantList &) |
| Emitted when the foreign keys changed. More... | |
Public Member Functions | |
| QgsRelationReferenceWidget (QWidget *parent) | |
| ~QgsRelationReferenceWidget () override | |
| bool | allowAddFeatures () const |
| Determines if a button for adding new features should be shown. More... | |
| bool | allowMapIdentification () |
| determines if the widget offers the possibility to select the related feature on the map (using a dedicated map tool) More... | |
| bool | chainFilters () const |
| Determines if the filters are chained. More... | |
| bool | embedForm () |
| determines if the form of the related feature will be shown More... | |
| QString | filterExpression () const |
| Returns the currently set filter expression. More... | |
| Q_DECL_DEPRECATED QVariant | foreignKey () const |
| returns the related feature foreign key More... | |
| QVariantList | foreignKeys () const |
| returns the related feature foreign key More... | |
| bool | openFormButtonVisible () |
| determines the open form button is visible in the widget More... | |
| bool | orderByValue () |
| If the widget will order the combobox entries by value. More... | |
| bool | readOnlySelector () |
| determines if the foreign key is shown in a combox box or a read-only line edit More... | |
| QgsFeature | referencedFeature () const |
| Returns the related feature (from the referenced layer) if no feature is related, it returns an invalid feature. More... | |
| QString | referencedLayerDataSource () const |
| Returns the public data source of the referenced layer. More... | |
| QString | referencedLayerId () const |
| Returns the id of the referenced layer. More... | |
| QString | referencedLayerName () const |
| Returns the name of the referenced layer. More... | |
| QString | referencedLayerProviderKey () const |
| Returns the data provider key of the referenced layer. More... | |
| QgsRelation | relation () const |
| Returns the current relation, which might be invalid. More... | |
| void | setAllowAddFeatures (bool allowAddFeatures) |
| Determines if a button for adding new features should be shown. More... | |
| void | setAllowMapIdentification (bool allowMapIdentification) |
| void | setChainFilters (bool chainFilters) |
| Set if filters are chained. More... | |
| void | setEditorContext (const QgsAttributeEditorContext &context, QgsMapCanvas *canvas, QgsMessageBar *messageBar) |
| Sets the editor context. More... | |
| void | setEmbedForm (bool display) |
| void | setFilterExpression (const QString &filterExpression) |
| If not empty, will be used as filter expression. More... | |
| void | setFilterFields (const QStringList &filterFields) |
| Sets the fields for which filter comboboxes will be created. More... | |
| Q_DECL_DEPRECATED void | setForeignKey (const QVariant &value) |
| this sets the related feature using from the foreign key More... | |
| void | setForeignKeys (const QVariantList &values) |
| Sets the related feature using the foreign keys. More... | |
| void | setFormFeature (const QgsFeature &formFeature) |
| Set the current form feature (from the referencing layer) More... | |
| void | setOpenFormButtonVisible (bool openFormButtonVisible) |
| void | setOrderByValue (bool orderByValue) |
| Sets if the widget will order the combobox entries by value. More... | |
| void | setReadOnlySelector (bool readOnly) |
| void | setReferencedLayerDataSource (const QString &referencedLayerDataSource) |
| Set the public data source of the referenced layer to referencedLayerDataSource. More... | |
| void | setReferencedLayerId (const QString &referencedLayerId) |
| Set the id of the referenced layer to referencedLayerId. More... | |
| void | setReferencedLayerName (const QString &referencedLayerName) |
| Set the name of the referenced layer to referencedLayerName. More... | |
| void | setReferencedLayerProviderKey (const QString &referencedLayerProviderKey) |
| Set the data provider key of the referenced layer to referencedLayerProviderKey. More... | |
| void | setRelation (const QgsRelation &relation, bool allowNullValue) |
| void | setRelationEditable (bool editable) |
| void | showIndeterminateState () |
| Sets the widget to display in an indeterminate "mixed value" state. More... | |
Protected Member Functions | |
| void | init () |
| void | showEvent (QShowEvent *e) override |
Properties | |
| bool | openFormButtonVisible |
Friends | |
| class | TestQgsRelationReferenceWidget |
Definition at line 57 of file qgsrelationreferencewidget.h.
| Enumerator | |
|---|---|
| Fixed | |
| Pan | |
| Scale | |
Definition at line 74 of file qgsrelationreferencewidget.h.
|
explicit |
Definition at line 64 of file qgsrelationreferencewidget.cpp.
|
override |
Definition at line 170 of file qgsrelationreferencewidget.cpp.
| bool QgsRelationReferenceWidget::allowAddFeatures | ( | ) | const |
Determines if a button for adding new features should be shown.
Definition at line 746 of file qgsrelationreferencewidget.cpp.
|
inline |
determines if the widget offers the possibility to select the related feature on the map (using a dedicated map tool)
Definition at line 131 of file qgsrelationreferencewidget.h.
|
inline |
Determines if the filters are chained.
true if filters are chained Definition at line 150 of file qgsrelationreferencewidget.h.
|
slot |
unset the currently related feature
Definition at line 334 of file qgsrelationreferencewidget.cpp.
|
inline |
determines if the form of the related feature will be shown
Definition at line 123 of file qgsrelationreferencewidget.h.
|
inline |
Returns the currently set filter expression.
Definition at line 163 of file qgsrelationreferencewidget.h.
| QVariant QgsRelationReferenceWidget::foreignKey | ( | ) | const |
returns the related feature foreign key
Definition at line 406 of file qgsrelationreferencewidget.cpp.
|
signal |
Emitted when the foreign key changed.
| QVariantList QgsRelationReferenceWidget::foreignKeys | ( | ) | const |
returns the related feature foreign key
Returns the related feature foreign keys
Definition at line 415 of file qgsrelationreferencewidget.cpp.
|
signal |
Emitted when the foreign keys changed.
|
protected |
Definition at line 506 of file qgsrelationreferencewidget.cpp.
|
slot |
activate the map tool to select a new related feature on the map
Definition at line 701 of file qgsrelationreferencewidget.cpp.
|
slot |
open the form of the related feature in a new dialog
Definition at line 626 of file qgsrelationreferencewidget.cpp.
|
inline |
determines the open form button is visible in the widget
Definition at line 142 of file qgsrelationreferencewidget.h.
|
inline |
If the widget will order the combobox entries by value.
Definition at line 135 of file qgsrelationreferencewidget.h.
|
inline |
determines if the foreign key is shown in a combox box or a read-only line edit
Definition at line 127 of file qgsrelationreferencewidget.h.
| QgsFeature QgsRelationReferenceWidget::referencedFeature | ( | ) | const |
Returns the related feature (from the referenced layer) if no feature is related, it returns an invalid feature.
Definition at line 373 of file qgsrelationreferencewidget.cpp.
| QString QgsRelationReferenceWidget::referencedLayerDataSource | ( | ) | const |
Returns the public data source of the referenced layer.
Definition at line 1117 of file qgsrelationreferencewidget.cpp.
| QString QgsRelationReferenceWidget::referencedLayerId | ( | ) | const |
Returns the id of the referenced layer.
Definition at line 1097 of file qgsrelationreferencewidget.cpp.
| QString QgsRelationReferenceWidget::referencedLayerName | ( | ) | const |
Returns the name of the referenced layer.
Definition at line 1087 of file qgsrelationreferencewidget.cpp.
| QString QgsRelationReferenceWidget::referencedLayerProviderKey | ( | ) | const |
Returns the data provider key of the referenced layer.
Definition at line 1107 of file qgsrelationreferencewidget.cpp.
| QgsRelation QgsRelationReferenceWidget::relation | ( | ) | const |
Returns the current relation, which might be invalid.
Definition at line 757 of file qgsrelationreferencewidget.cpp.
| void QgsRelationReferenceWidget::setAllowAddFeatures | ( | bool | allowAddFeatures | ) |
Determines if a button for adding new features should be shown.
Definition at line 751 of file qgsrelationreferencewidget.cpp.
| void QgsRelationReferenceWidget::setAllowMapIdentification | ( | bool | allowMapIdentification | ) |
Definition at line 464 of file qgsrelationreferencewidget.cpp.
| void QgsRelationReferenceWidget::setChainFilters | ( | bool | chainFilters | ) |
Set if filters are chained.
Chained filters restrict the option of subsequent filters based on the selection of a previous filter.
| chainFilters | If chaining should be enabled |
Definition at line 487 of file qgsrelationreferencewidget.cpp.
| void QgsRelationReferenceWidget::setEditorContext | ( | const QgsAttributeEditorContext & | context, |
| QgsMapCanvas * | canvas, | ||
| QgsMessageBar * | messageBar | ||
| ) |
Sets the editor context.
Definition at line 427 of file qgsrelationreferencewidget.cpp.
| void QgsRelationReferenceWidget::setEmbedForm | ( | bool | display | ) |
Definition at line 444 of file qgsrelationreferencewidget.cpp.
| void QgsRelationReferenceWidget::setFilterExpression | ( | const QString & | filterExpression | ) |
If not empty, will be used as filter expression.
Only if this evaluates to true, the value will be shown.
Definition at line 492 of file qgsrelationreferencewidget.cpp.
| void QgsRelationReferenceWidget::setFilterFields | ( | const QStringList & | filterFields | ) |
Sets the fields for which filter comboboxes will be created.
Definition at line 476 of file qgsrelationreferencewidget.cpp.
| void QgsRelationReferenceWidget::setForeignKey | ( | const QVariant & | value | ) |
this sets the related feature using from the foreign key
Definition at line 245 of file qgsrelationreferencewidget.cpp.
| void QgsRelationReferenceWidget::setForeignKeys | ( | const QVariantList & | values | ) |
Sets the related feature using the foreign keys.
Definition at line 250 of file qgsrelationreferencewidget.cpp.
| void QgsRelationReferenceWidget::setFormFeature | ( | const QgsFeature & | formFeature | ) |
Set the current form feature (from the referencing layer)
Definition at line 1128 of file qgsrelationreferencewidget.cpp.
| void QgsRelationReferenceWidget::setOpenFormButtonVisible | ( | bool | openFormButtonVisible | ) |
Definition at line 481 of file qgsrelationreferencewidget.cpp.
| void QgsRelationReferenceWidget::setOrderByValue | ( | bool | orderByValue | ) |
Sets if the widget will order the combobox entries by value.
Definition at line 471 of file qgsrelationreferencewidget.cpp.
| void QgsRelationReferenceWidget::setReadOnlySelector | ( | bool | readOnly | ) |
Definition at line 456 of file qgsrelationreferencewidget.cpp.
| void QgsRelationReferenceWidget::setReferencedLayerDataSource | ( | const QString & | referencedLayerDataSource | ) |
Set the public data source of the referenced layer to referencedLayerDataSource.
Definition at line 1122 of file qgsrelationreferencewidget.cpp.
| void QgsRelationReferenceWidget::setReferencedLayerId | ( | const QString & | referencedLayerId | ) |
Set the id of the referenced layer to referencedLayerId.
Definition at line 1102 of file qgsrelationreferencewidget.cpp.
| void QgsRelationReferenceWidget::setReferencedLayerName | ( | const QString & | referencedLayerName | ) |
Set the name of the referenced layer to referencedLayerName.
Definition at line 1092 of file qgsrelationreferencewidget.cpp.
| void QgsRelationReferenceWidget::setReferencedLayerProviderKey | ( | const QString & | referencedLayerProviderKey | ) |
Set the data provider key of the referenced layer to referencedLayerProviderKey.
Definition at line 1112 of file qgsrelationreferencewidget.cpp.
| void QgsRelationReferenceWidget::setRelation | ( | const QgsRelation & | relation, |
| bool | allowNullValue | ||
| ) |
Definition at line 176 of file qgsrelationreferencewidget.cpp.
| void QgsRelationReferenceWidget::setRelationEditable | ( | bool | editable | ) |
Definition at line 230 of file qgsrelationreferencewidget.cpp.
|
overrideprotected |
Definition at line 497 of file qgsrelationreferencewidget.cpp.
| void QgsRelationReferenceWidget::showIndeterminateState | ( | ) |
Sets the widget to display in an indeterminate "mixed value" state.
Definition at line 392 of file qgsrelationreferencewidget.cpp.
|
friend |
Definition at line 367 of file qgsrelationreferencewidget.h.
|
readwrite |
Definition at line 1 of file qgsrelationreferencewidget.h.