|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
This class should be subclassed for every configurable relation widget type. More...
#include <qgsabstractrelationeditorwidget.h>

Public Member Functions | |
| QgsAbstractRelationEditorConfigWidget (const QgsRelation &relation, QWidget *parent) | |
| Create a new configuration widget. | |
| virtual QVariantMap | config ()=0 |
| Create a configuration from the current GUI state. | |
| QgsVectorLayer * | layer () |
| Returns the layer for which this configuration widget applies. | |
| virtual QgsRelation | nmRelation () const |
| Returns the nm relation for which this configuration widget applies. | |
| QgsRelation | relation () const |
| Returns the relation for which this configuration widget applies. | |
| virtual void | setConfig (const QVariantMap &config)=0 |
| Update the configuration widget to represent the given configuration. | |
| virtual void | setNmRelation (const QgsRelation &nmRelation) |
| Set the nm relation for this widget. | |
This class should be subclassed for every configurable relation widget type.
It implements the GUI configuration widget and transforms this to/from a configuration.
It will only be instantiated by {
Definition at line 343 of file qgsabstractrelationeditorwidget.h.
|
explicit |
Create a new configuration widget.
| relation | The relation for which the configuration dialog will be created |
| parent | A parent widget |
Definition at line 756 of file qgsabstractrelationeditorwidget.cpp.
|
pure virtual |
Create a configuration from the current GUI state.
Implemented in QgsRelationEditorConfigWidget.
| QgsVectorLayer * QgsAbstractRelationEditorConfigWidget::layer | ( | ) |
Returns the layer for which this configuration widget applies.
Definition at line 762 of file qgsabstractrelationeditorwidget.cpp.
|
virtual |
Returns the nm relation for which this configuration widget applies.
Definition at line 777 of file qgsabstractrelationeditorwidget.cpp.
| QgsRelation QgsAbstractRelationEditorConfigWidget::relation | ( | ) | const |
Returns the relation for which this configuration widget applies.
Definition at line 767 of file qgsabstractrelationeditorwidget.cpp.
|
pure virtual |
Update the configuration widget to represent the given configuration.
| config | The configuration which should be represented by this widget |
Implemented in QgsRelationEditorConfigWidget.
|
virtual |
Set the nm relation for this widget.
| nmRelation | The nm relation |
Definition at line 772 of file qgsabstractrelationeditorwidget.cpp.