QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Attributes | List of all members
QgsVectorLayerFeatureSource::JoinLayerSource Struct Reference

Contains join layer source information prepared in a thread-safe way, ready for vector layer feature iterators with joins to utilize. More...

#include <qgsvectorlayerfeatureiterator.h>

Public Attributes

QgsFields joinLayerFields
 Fields from joined layer. More...
 
std::shared_ptr< QgsVectorLayerFeatureSourcejoinSource
 Feature source for join. More...
 

Detailed Description

Contains join layer source information prepared in a thread-safe way, ready for vector layer feature iterators with joins to utilize.

Since
QGIS 3.30

Definition at line 106 of file qgsvectorlayerfeatureiterator.h.

Member Data Documentation

◆ joinLayerFields

QgsFields QgsVectorLayerFeatureSource::JoinLayerSource::joinLayerFields

Fields from joined layer.

Definition at line 117 of file qgsvectorlayerfeatureiterator.h.

◆ joinSource

std::shared_ptr< QgsVectorLayerFeatureSource > QgsVectorLayerFeatureSource::JoinLayerSource::joinSource

Feature source for join.

Definition at line 112 of file qgsvectorlayerfeatureiterator.h.


The documentation for this struct was generated from the following file: