QGIS API Documentation 3.39.0-Master (47f7b3a4989)
Loading...
Searching...
No Matches
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.
 
std::shared_ptr< QgsVectorLayerFeatureSourcejoinSource
 Feature source for join.
 

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: