| 
    QGIS API Documentation 3.32.0-Lima (311a8cb8a6)
    
   | 
 
#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.  More... | |
| QgsVectorLayerJoinInfo | joinInfo () const | 
| Returns the join info.  More... | |
| void | setJoinInfo (const QgsVectorLayerJoinInfo &joinInfo) | 
| Configure the dialog for an existing join.  More... | |
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.