/dports/graphics/qgis/qgis-3.22.3/src/providers/wfs/ |
H A D | qgsbackgroundcachedfeatureiterator.h | 96 virtual void run( bool serializeFeatures, long long maxFeatures ) = 0; 148 void endOfRun( bool serializeFeatures, 254 void run( bool serializeFeatures, long long maxFeatures );
|
H A D | qgswfsfeatureiterator.h | 84 void run( bool serializeFeatures, long long maxFeatures ) override;
|
H A D | qgswfsfeatureiterator.cpp | 376 void QgsWFSFeatureDownloaderImpl::run( bool serializeFeatures, long long maxFeatures ) in run() argument 702 if ( serializeFeatures ) in run() 703 mShared->serializeFeatures( featureList ); in run() 769 …endOfRun( serializeFeatures, success, mTotalDownloadedFeatureCount, truncatedResponse, interrupted… in run()
|
H A D | qgsoapifprovider.cpp | 620 void QgsOapifFeatureDownloaderImpl::run( bool serializeFeatures, long long maxFeatures ) in run() argument 785 if ( serializeFeatures ) in run() 786 mShared->serializeFeatures( featureList ); in run() 805 …endOfRun( serializeFeatures, success, totalDownloadedFeatureCount, false /* truncatedResponse */, … in run()
|
H A D | qgsbackgroundcachedfeatureiterator.cpp | 169 void QgsFeatureDownloaderImpl::endOfRun( bool serializeFeatures, in endOfRun() argument 179 if ( serializeFeatures ) in endOfRun() 207 void QgsFeatureDownloader::run( bool serializeFeatures, long long maxFeatures ) in run() argument 210 mImpl->run( serializeFeatures, maxFeatures ); in run()
|
H A D | qgsbackgroundcachedshareddata.h | 151 void serializeFeatures( QVector<QgsFeatureUniqueIdPair> &featureList );
|
H A D | qgsoapifprovider.h | 228 void run( bool serializeFeatures, long long maxFeatures ) override;
|
H A D | qgsbackgroundcachedshareddata.cpp | 500 void QgsBackgroundCachedSharedData::serializeFeatures( QVector<QgsFeatureUniqueIdPair> &featureList… in serializeFeatures() function in QgsBackgroundCachedSharedData
|
H A D | qgswfsprovider.cpp | 988 mShared->serializeFeatures( serializedFeatureList ); in addFeatures()
|
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/wfs/ |
H A D | qgsbackgroundcachedfeatureiterator.h | 94 virtual void run( bool serializeFeatures, int maxFeatures ) = 0; 146 void endOfRun( bool serializeFeatures, 252 void run( bool serializeFeatures, int maxFeatures );
|
H A D | qgswfsfeatureiterator.h | 84 void run( bool serializeFeatures, int maxFeatures ) override;
|
H A D | qgswfsfeatureiterator.cpp | 370 void QgsWFSFeatureDownloaderImpl::run( bool serializeFeatures, int maxFeatures ) in run() argument 698 if ( serializeFeatures ) in run() 699 mShared->serializeFeatures( featureList ); in run() 765 …endOfRun( serializeFeatures, success, mTotalDownloadedFeatureCount, truncatedResponse, interrupted… in run()
|
H A D | qgsoapifprovider.cpp | 615 void QgsOapifFeatureDownloaderImpl::run( bool serializeFeatures, int maxFeatures ) in run() argument 780 if ( serializeFeatures ) in run() 781 mShared->serializeFeatures( featureList ); in run() 800 …endOfRun( serializeFeatures, success, totalDownloadedFeatureCount, false /* truncatedResponse */, … in run()
|
H A D | qgsbackgroundcachedfeatureiterator.cpp | 168 void QgsFeatureDownloaderImpl::endOfRun( bool serializeFeatures, in endOfRun() argument 178 if ( serializeFeatures ) in endOfRun() 206 void QgsFeatureDownloader::run( bool serializeFeatures, int maxFeatures ) in run() argument 209 mImpl->run( serializeFeatures, maxFeatures ); in run()
|
H A D | qgsbackgroundcachedshareddata.h | 151 void serializeFeatures( QVector<QgsFeatureUniqueIdPair> &featureList );
|
H A D | qgsoapifprovider.h | 226 void run( bool serializeFeatures, int maxFeatures ) override;
|
H A D | qgsbackgroundcachedshareddata.cpp | 500 void QgsBackgroundCachedSharedData::serializeFeatures( QVector<QgsFeatureUniqueIdPair> &featureList… in serializeFeatures() function in QgsBackgroundCachedSharedData
|
H A D | qgswfsprovider.cpp | 986 mShared->serializeFeatures( serializedFeatureList ); in addFeatures()
|