QGIS API Documentation 3.32.0-Lima (311a8cb8a6)
|
A widget for configuration of the properties of a relationship in a database. More...
#include <qgsdbrelationshipwidget.h>
Signals | |
void | validityChanged (bool isValid) |
Emitted whenever the validity of the relationship configuration in the widget changes. More... | |
Public Member Functions | |
QgsDbRelationWidget (QgsAbstractDatabaseProviderConnection *connection, QWidget *parent=nullptr) | |
Constructor for QgsDbRelationWidget with the specified parent widget, for the specified connection. More... | |
bool | isValid () const |
Returns true if the widget currently represents a valid relationship configuration. More... | |
QgsWeakRelation | relationship () const |
Returns the relationship as defined in the widget. More... | |
void | setRelationship (const QgsWeakRelation &relationship) |
Sets the current relationship to show properties for in the widget. More... | |
A widget for configuration of the properties of a relationship in a database.
Definition at line 37 of file qgsdbrelationshipwidget.h.
QgsDbRelationWidget::QgsDbRelationWidget | ( | QgsAbstractDatabaseProviderConnection * | connection, |
QWidget * | parent = nullptr |
||
) |
Constructor for QgsDbRelationWidget with the specified parent widget, for the specified connection.
Ownership of connection is transferred to the widget.
Definition at line 28 of file qgsdbrelationshipwidget.cpp.
bool QgsDbRelationWidget::isValid | ( | ) | const |
Returns true
if the widget currently represents a valid relationship configuration.
Definition at line 170 of file qgsdbrelationshipwidget.cpp.
QgsWeakRelation QgsDbRelationWidget::relationship | ( | ) | const |
Returns the relationship as defined in the widget.
Definition at line 141 of file qgsdbrelationshipwidget.cpp.
void QgsDbRelationWidget::setRelationship | ( | const QgsWeakRelation & | relationship | ) |
Sets the current relationship to show properties for in the widget.
Definition at line 121 of file qgsdbrelationshipwidget.cpp.
|
signal |
Emitted whenever the validity of the relationship configuration in the widget changes.