Home
last modified time | relevance | path

Searched refs:supportedOutputTableExtensions (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/core/processing/
H A Dqgsprocessingprovider.h181 virtual QStringList supportedOutputTableExtensions() const;
H A Dqgsprocessingprovider.cpp115 QStringList QgsProcessingProvider::supportedOutputTableExtensions() const in supportedOutputTableExtensions() function in QgsProcessingProvider
H A Dqgsprocessingparameters.cpp5866 return lOriginalProvider->supportedOutputTableExtensions(); in supportedOutputVectorLayerExtensions()
5873 return p->supportedOutputTableExtensions(); in supportedOutputVectorLayerExtensions()
6567 return lOriginalProvider->supportedOutputTableExtensions(); in supportedOutputVectorLayerExtensions()
6574 return p->supportedOutputTableExtensions(); in supportedOutputVectorLayerExtensions()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/processing/
H A Dqgsprocessingprovider.h181 virtual QStringList supportedOutputTableExtensions() const;
H A Dqgsprocessingprovider.cpp115 QStringList QgsProcessingProvider::supportedOutputTableExtensions() const in supportedOutputTableExtensions() function in QgsProcessingProvider
H A Dqgsprocessingparameters.cpp5528 return lOriginalProvider->supportedOutputTableExtensions(); in supportedOutputVectorLayerExtensions()
5535 return p->supportedOutputTableExtensions(); in supportedOutputVectorLayerExtensions()
6223 return lOriginalProvider->supportedOutputTableExtensions(); in supportedOutputVectorLayerExtensions()
6230 return p->supportedOutputTableExtensions(); in supportedOutputVectorLayerExtensions()
/dports/graphics/qgis/qgis-3.22.3/python/plugins/sagaprovider/
H A DSagaAlgorithmProvider.py145 def supportedOutputTableExtensions(self): member in SagaAlgorithmProvider
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/algs/saga/
H A DSagaAlgorithmProvider.py149 def supportedOutputTableExtensions(self): member in SagaAlgorithmProvider
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/processing/
H A Dqgsprocessingprovider.sip.in154 .. seealso:: :py:func:`supportedOutputTableExtensions`
163 virtual QStringList supportedOutputTableExtensions() const;
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/processing/
H A Dqgsprocessingprovider.sip.in154 .. seealso:: :py:func:`supportedOutputTableExtensions`
163 virtual QStringList supportedOutputTableExtensions() const;
/dports/graphics/qgis/qgis-3.22.3/python/plugins/otbprovider/
H A DOtbAlgorithmProvider.py250 def supportedOutputTableExtensions(self): member in OtbAlgorithmProvider
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/algs/otb/
H A DOtbAlgorithmProvider.py275 def supportedOutputTableExtensions(self): member in OtbAlgorithmProvider
/dports/graphics/qgis/qgis-3.22.3/src/process/
H A Dqgsprocess.cpp1146 …StringLiteral( "supported_output_table_extensions" ), provider->supportedOutputTableExtensions() ); in addProviderInformation()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/process/
H A Dqgsprocess.cpp1129 …StringLiteral( "supported_output_table_extensions" ), provider->supportedOutputTableExtensions() ); in addProviderInformation()
/dports/graphics/qgis/qgis-3.22.3/tests/src/analysis/
H A Dtestqgsprocessing.cpp466 QStringList supportedOutputTableExtensions() const override in supportedOutputTableExtensions() function in DummyProvider3
12138 QCOMPARE( provider.supportedOutputTableExtensions().count(), 1 ); in supportedExtensions()
12139 QCOMPARE( provider.supportedOutputTableExtensions().at( 0 ), QStringLiteral( "mif" ) ); in supportedExtensions()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/analysis/
H A Dtestqgsprocessing.cpp459 QStringList supportedOutputTableExtensions() const override in supportedOutputTableExtensions() function in DummyProvider3
11223 QCOMPARE( provider.supportedOutputTableExtensions().count(), 1 ); in supportedExtensions()
11224 QCOMPARE( provider.supportedOutputTableExtensions().at( 0 ), QStringLiteral( "mif" ) ); in supportedExtensions()