|
QGIS API Documentation 3.99.0-Master (2fe06baccd8)
|
A dialog for configuring vector layer joins. More...
#include <qgsjoindialog.h>

Public Member Functions | |
| QgsJoinDialog (QgsVectorLayer *layer, QList< QgsMapLayer * > alreadyJoinedLayers, QWidget *parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags()) | |
| bool | createAttributeIndex () const |
| Returns true if user wants to create an attribute index on the join field. | |
| QgsVectorLayerJoinInfo | joinInfo () const |
| Returns the join info. | |
| void | setJoinInfo (const QgsVectorLayerJoinInfo &joinInfo) |
| Configure the dialog for an existing join. | |
A dialog for configuring vector layer joins.
Definition at line 36 of file qgsjoindialog.h.
| QgsJoinDialog::QgsJoinDialog | ( | QgsVectorLayer * | layer, |
| QList< QgsMapLayer * > | alreadyJoinedLayers, | ||
| QWidget * | parent = nullptr, | ||
| Qt::WindowFlags | f = Qt::WindowFlags() ) |
Definition at line 34 of file qgsjoindialog.cpp.
| bool QgsJoinDialog::createAttributeIndex | ( | ) | const |
Returns true if user wants to create an attribute index on the join field.
Definition at line 167 of file qgsjoindialog.cpp.
| QgsVectorLayerJoinInfo QgsJoinDialog::joinInfo | ( | ) | const |
Returns the join info.
Definition at line 127 of file qgsjoindialog.cpp.
| void QgsJoinDialog::setJoinInfo | ( | const QgsVectorLayerJoinInfo & | joinInfo | ) |
Configure the dialog for an existing join.
Definition at line 81 of file qgsjoindialog.cpp.