QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
QgsJoinDialog Class Reference

A dialog for configuring vector layer joins. More...

#include <qgsjoindialog.h>

Inheritance diagram for QgsJoinDialog:

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

A dialog for configuring vector layer joins.

Definition at line 36 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 34 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 167 of file qgsjoindialog.cpp.

◆ joinInfo()

QgsVectorLayerJoinInfo QgsJoinDialog::joinInfo ( ) const

Returns the join info.

Definition at line 127 of file qgsjoindialog.cpp.

◆ setJoinInfo()

void QgsJoinDialog::setJoinInfo ( const QgsVectorLayerJoinInfo & joinInfo)

Configure the dialog for an existing join.

Definition at line 81 of file qgsjoindialog.cpp.


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