QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
#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. | |
Definition at line 34 of file qgsjoindialog.h.
QgsJoinDialog::QgsJoinDialog | ( | QgsVectorLayer * | layer, |
QList< QgsMapLayer * > | alreadyJoinedLayers, | ||
QWidget * | parent = nullptr , |
||
Qt::WindowFlags | f = Qt::WindowFlags() |
||
) |
Definition at line 31 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 165 of file qgsjoindialog.cpp.
QgsVectorLayerJoinInfo QgsJoinDialog::joinInfo | ( | ) | const |
Returns the join info.
Definition at line 125 of file qgsjoindialog.cpp.
void QgsJoinDialog::setJoinInfo | ( | const QgsVectorLayerJoinInfo & | joinInfo | ) |
Configure the dialog for an existing join.
Definition at line 79 of file qgsjoindialog.cpp.