Home
last modified time | relevance | path

Searched refs:fetchFeature (Results 1 – 25 of 84) sorted by relevance

1234

/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgscachedfeatureiterator.h68 bool fetchFeature( QgsFeature &f ) override;
76 bool nextFeatureFilterFids( QgsFeature &f ) override { return fetchFeature( f ); } in nextFeatureFilterFids()
128 bool fetchFeature( QgsFeature &f ) override;
H A Dqgsfeatureiterator.cpp63 dataOk = fetchFeature( f ); in nextFeature()
76 while ( fetchFeature( f ) ) in nextFeatureFilterExpression()
87 while ( fetchFeature( f ) ) in nextFeatureFilterFids()
H A Dqgscachedfeatureiterator.cpp66 bool QgsCachedFeatureIterator::fetchFeature( QgsFeature &f ) in fetchFeature() function in QgsCachedFeatureIterator
134 bool QgsCachedFeatureWriterIterator::fetchFeature( QgsFeature &f ) in fetchFeature() function in QgsCachedFeatureWriterIterator
H A Dqgsvectorlayerfeatureiterator.h183 bool fetchFeature( QgsFeature &feature ) override;
189 bool nextFeatureFilterExpression( QgsFeature &f ) override { return fetchFeature( f ); } in nextFeatureFilterExpression()
385 bool fetchFeature( QgsFeature &f ) override;
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgscachedfeatureiterator.h71 bool fetchFeature( QgsFeature &f ) override;
79 bool nextFeatureFilterFids( QgsFeature &f ) override { return fetchFeature( f ); } in nextFeatureFilterFids()
139 bool fetchFeature( QgsFeature &f ) override;
H A Dqgsfeatureiterator.cpp68 dataOk = fetchFeature( f ); in nextFeature()
81 while ( fetchFeature( f ) ) in nextFeatureFilterExpression()
92 while ( fetchFeature( f ) ) in nextFeatureFilterFids()
H A Dqgscachedfeatureiterator.cpp95 bool QgsCachedFeatureIterator::fetchFeature( QgsFeature &f ) in fetchFeature() function in QgsCachedFeatureIterator
172 bool QgsCachedFeatureWriterIterator::fetchFeature( QgsFeature &f ) in fetchFeature() function in QgsCachedFeatureWriterIterator
/dports/graphics/qgis/qgis-3.22.3/src/core/vector/
H A Dqgsvectorlayerfeatureiterator.h192 bool fetchFeature( QgsFeature &feature ) override;
198 bool nextFeatureFilterExpression( QgsFeature &f ) override { return fetchFeature( f ); } in nextFeatureFilterExpression()
398 bool fetchFeature( QgsFeature &f ) override;
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/
H A Dqgsfeatureiterator.sip.in80 virtual bool fetchFeature( QgsFeature &f ) = 0;
95 and you check for the expression in your fetchFeature method, you can just
96 redirect this call to fetchFeature so the default check will be omitted.
108 and you are sure, that any feature you return from fetchFeature will match
109 if the request was FilterFids you can just redirect this call to fetchFeature
H A Dqgscachedfeatureiterator.sip.in51 virtual bool fetchFeature( QgsFeature &f );
113 virtual bool fetchFeature( QgsFeature &f );
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/
H A Dqgsfeatureiterator.sip.in80 virtual bool fetchFeature( QgsFeature &f ) = 0;
95 and you check for the expression in your fetchFeature method, you can just
96 redirect this call to fetchFeature so the default check will be omitted.
108 and you are sure, that any feature you return from fetchFeature will match
109 if the request was FilterFids you can just redirect this call to fetchFeature
H A Dqgscachedfeatureiterator.sip.in49 virtual bool fetchFeature( QgsFeature &f );
109 virtual bool fetchFeature( QgsFeature &f );
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgsmaptip.h94 QString fetchFeature( QgsMapLayer *thepLayer,
H A Dqgsmaptip.cpp121 tipText = fetchFeature( pLayer, mapPosition, pMapCanvas ); in showMapTip()
189 QString QgsMapTip::fetchFeature( QgsMapLayer *layer, QgsPointXY &mapPosition, QgsMapCanvas *mapCanv… in fetchFeature() function in QgsMapTip
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsmaptip.h94 QString fetchFeature( QgsMapLayer *thepLayer,
H A Dqgsmaptip.cpp122 tipText = fetchFeature( pLayer, mapPosition, pMapCanvas ); in showMapTip()
190 QString QgsMapTip::fetchFeature( QgsMapLayer *layer, QgsPointXY &mapPosition, QgsMapCanvas *mapCanv… in fetchFeature() function in QgsMapTip
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/arcgisrest/
H A Dqgsafsfeatureiterator.h51 bool fetchFeature( QgsFeature &f ) override;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/virtual/
H A Dqgsvirtuallayerfeatureiterator.h66 bool fetchFeature( QgsFeature &feature ) override;
/dports/graphics/qgis/qgis-3.22.3/src/providers/arcgisrest/
H A Dqgsafsfeatureiterator.h52 bool fetchFeature( QgsFeature &f ) override;
/dports/graphics/qgis/qgis-3.22.3/src/providers/virtual/
H A Dqgsvirtuallayerfeatureiterator.h67 bool fetchFeature( QgsFeature &feature ) override;
/dports/graphics/qgis/qgis-3.22.3/src/core/providers/memory/
H A Dqgsmemoryfeatureiterator.h68 bool fetchFeature( QgsFeature &feature ) override;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/providers/memory/
H A Dqgsmemoryfeatureiterator.h67 bool fetchFeature( QgsFeature &feature ) override;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/db2/
H A Dqgsdb2featureiterator.h76 bool fetchFeature( QgsFeature &feature ) override;
/dports/graphics/qgis/qgis-3.22.3/src/providers/db2/
H A Dqgsdb2featureiterator.h77 bool fetchFeature( QgsFeature &feature ) override;
/dports/graphics/qgis/qgis-3.22.3/src/providers/grass/
H A Dqgsgrassfeatureiterator.h79 bool fetchFeature( QgsFeature &feature ) override;

1234