QGIS API Documentation 3.39.0-Master (47f7b3a4989)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
QgsJoinDialog Class Reference

#include <qgsjoindialog.h>

Inheritance diagram for QgsJoinDialog:
Inheritance graph
[legend]

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.
 

Detailed Description

Definition at line 34 of file qgsjoindialog.h.

Constructor & Destructor Documentation

◆ QgsJoinDialog()

QgsJoinDialog::QgsJoinDialog ( QgsVectorLayer layer,
QList< QgsMapLayer * >  alreadyJoinedLayers,
QWidget *  parent = nullptr,
Qt::WindowFlags  f = Qt::WindowFlags() 
)

Definition at line 31 of file qgsjoindialog.cpp.

Member Function Documentation

◆ createAttributeIndex()

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.

◆ joinInfo()

QgsVectorLayerJoinInfo QgsJoinDialog::joinInfo ( ) const

Returns the join info.

Definition at line 125 of file qgsjoindialog.cpp.

◆ setJoinInfo()

void QgsJoinDialog::setJoinInfo ( const QgsVectorLayerJoinInfo joinInfo)

Configure the dialog for an existing join.

Definition at line 79 of file qgsjoindialog.cpp.


The documentation for this class was generated from the following files: