QGIS API Documentation
2.8.2-Wien
|
Join information prepared for fast attribute id mapping in QgsVectorLayerJoinBuffer::updateFeatureAttributes(). More...
#include <qgsvectorlayerfeatureiterator.h>
Public Member Functions | |
void | addJoinedAttributesCached (QgsFeature &f, const QVariant &joinValue) const |
void | addJoinedAttributesDirect (QgsFeature &f, const QVariant &joinValue) const |
Public Attributes | |
QgsAttributeList | attributes |
attributes to fetch | |
int | indexOffset |
at what position the joined fields start | |
int | joinField |
index of field (of the joined layer) must have equal value | |
const QgsVectorJoinInfo * | joinInfo |
cannonical source of information about the join | |
QgsVectorLayer * | joinLayer |
resolved pointer to the joined layer | |
int | targetField |
index of field (of this layer) that drives the join |
Join information prepared for fast attribute id mapping in QgsVectorLayerJoinBuffer::updateFeatureAttributes().
Created in the select() method of QgsVectorLayerJoinBuffer for the joins that contain fetched attributes
Definition at line 136 of file qgsvectorlayerfeatureiterator.h.
void QgsVectorLayerFeatureIterator::FetchJoinInfo::addJoinedAttributesCached | ( | QgsFeature & | f, |
const QVariant & | joinValue | ||
) | const |
Definition at line 608 of file qgsvectorlayerfeatureiterator.cpp.
void QgsVectorLayerFeatureIterator::FetchJoinInfo::addJoinedAttributesDirect | ( | QgsFeature & | f, |
const QVariant & | joinValue | ||
) | const |
Definition at line 626 of file qgsvectorlayerfeatureiterator.cpp.
QgsAttributeList QgsVectorLayerFeatureIterator::FetchJoinInfo::attributes |
attributes to fetch
Definition at line 139 of file qgsvectorlayerfeatureiterator.h.
int QgsVectorLayerFeatureIterator::FetchJoinInfo::indexOffset |
at what position the joined fields start
Definition at line 140 of file qgsvectorlayerfeatureiterator.h.
int QgsVectorLayerFeatureIterator::FetchJoinInfo::joinField |
index of field (of the joined layer) must have equal value
Definition at line 143 of file qgsvectorlayerfeatureiterator.h.
const QgsVectorJoinInfo* QgsVectorLayerFeatureIterator::FetchJoinInfo::joinInfo |
cannonical source of information about the join
Definition at line 138 of file qgsvectorlayerfeatureiterator.h.
QgsVectorLayer* QgsVectorLayerFeatureIterator::FetchJoinInfo::joinLayer |
resolved pointer to the joined layer
Definition at line 141 of file qgsvectorlayerfeatureiterator.h.
int QgsVectorLayerFeatureIterator::FetchJoinInfo::targetField |
index of field (of this layer) that drives the join
Definition at line 142 of file qgsvectorlayerfeatureiterator.h.