Home
last modified time | relevance | path

Searched refs:normalizeLayerSource (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/core/processing/
H A Dqgsprocessingparametervectortilewriterlayers.cpp77 … + QgsProcessingUtils::stringToPythonLiteral( QgsProcessingUtils::normalizeLayerSource( layer.laye… in valueAsPythonString()
H A Dqgsprocessingparameterdxflayers.cpp132 … + QgsProcessingUtils::stringToPythonLiteral( QgsProcessingUtils::normalizeLayerSource( layer.laye… in valueAsPythonString()
H A Dqgsprocessingutils.h253 static QString normalizeLayerSource( const QString &source );
H A Dqgsprocessingutils.cpp254 …if ( isCompatibleType( l ) && normalizeLayerSource( l->source() ) == normalizeLayerSource( string … in mapLayerFromStore()
591 QString QgsProcessingUtils::normalizeLayerSource( const QString &source ) in normalizeLayerSource() function in QgsProcessingUtils
H A Dqgsprocessingparameters.cpp2631 …return QgsProcessingUtils::stringToPythonLiteral( QgsProcessingUtils::normalizeLayerSource( layer-… in valueAsPythonString()
2695 … ? QgsProcessingUtils::stringToPythonLiteral( QgsProcessingUtils::normalizeLayerSource( layer->sou… in valueAsPythonString()
3023 …return QgsProcessingUtils::stringToPythonLiteral( QgsProcessingUtils::normalizeLayerSource( layer-… in valueAsPythonString()
3803 …<< QgsProcessingUtils::stringToPythonLiteral( QgsProcessingUtils::normalizeLayerSource( layer->sou… in valueAsPythonString()
4287 … ? QgsProcessingUtils::stringToPythonLiteral( QgsProcessingUtils::normalizeLayerSource( layer->sou… in valueAsPythonString()
4979 … ? QgsProcessingUtils::stringToPythonLiteral( QgsProcessingUtils::normalizeLayerSource( layer->sou… in valueAsPythonString()
5116 … ? QgsProcessingUtils::stringToPythonLiteral( QgsProcessingUtils::normalizeLayerSource( layer->sou… in valueAsPythonString()
7408 …return QgsProcessingUtils::stringToPythonLiteral( QgsProcessingUtils::normalizeLayerSource( layer-… in valueAsPythonString()
8294 … ? QgsProcessingUtils::stringToPythonLiteral( QgsProcessingUtils::normalizeLayerSource( layer->sou… in valueAsPythonString()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/processing/
H A Dqgsprocessingparametervectortilewriterlayers.cpp77 … + QgsProcessingUtils::stringToPythonLiteral( QgsProcessingUtils::normalizeLayerSource( layer.laye… in valueAsPythonString()
H A Dqgsprocessingutils.h185 static QString normalizeLayerSource( const QString &source );
H A Dqgsprocessingutils.cpp214 …if ( isCompatibleType( l ) && normalizeLayerSource( l->source() ) == normalizeLayerSource( string … in mapLayerFromStore()
514 QString QgsProcessingUtils::normalizeLayerSource( const QString &source ) in normalizeLayerSource() function in QgsProcessingUtils
H A Dqgsprocessingparameters.cpp2507 …return QgsProcessingUtils::stringToPythonLiteral( QgsProcessingUtils::normalizeLayerSource( layer-… in valueAsPythonString()
2571 … ? QgsProcessingUtils::stringToPythonLiteral( QgsProcessingUtils::normalizeLayerSource( layer->sou… in valueAsPythonString()
2862 …return QgsProcessingUtils::stringToPythonLiteral( QgsProcessingUtils::normalizeLayerSource( layer-… in valueAsPythonString()
3640 …<< QgsProcessingUtils::stringToPythonLiteral( QgsProcessingUtils::normalizeLayerSource( layer->sou… in valueAsPythonString()
4116 … ? QgsProcessingUtils::stringToPythonLiteral( QgsProcessingUtils::normalizeLayerSource( layer->sou… in valueAsPythonString()
4643 … ? QgsProcessingUtils::stringToPythonLiteral( QgsProcessingUtils::normalizeLayerSource( layer->sou… in valueAsPythonString()
4781 … ? QgsProcessingUtils::stringToPythonLiteral( QgsProcessingUtils::normalizeLayerSource( layer->sou… in valueAsPythonString()
6998 …return QgsProcessingUtils::stringToPythonLiteral( QgsProcessingUtils::normalizeLayerSource( layer-… in valueAsPythonString()
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/processing/
H A Dqgsprocessingutils.sip.in162 static QString normalizeLayerSource( const QString &source );
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/processing/
H A Dqgsprocessingutils.sip.in251 static QString normalizeLayerSource( const QString &source );
/dports/graphics/qgis/qgis-3.22.3/tests/src/analysis/
H A Dtestqgsprocessing.cpp602 void normalizeLayerSource();
1060 void TestQgsProcessing::normalizeLayerSource() in normalizeLayerSource() function in TestQgsProcessing
1062 …QCOMPARE( QgsProcessingUtils::normalizeLayerSource( "data\\layers\\test.shp" ), QString( "data/lay… in normalizeLayerSource()
1063 …QCOMPARE( QgsProcessingUtils::normalizeLayerSource( "data\\layers \"new\"\\test.shp" ), QString( "… in normalizeLayerSource()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/analysis/
H A Dtestqgsprocessing.cpp548 void normalizeLayerSource();
923 void TestQgsProcessing::normalizeLayerSource() in normalizeLayerSource() function in TestQgsProcessing
925 …QCOMPARE( QgsProcessingUtils::normalizeLayerSource( "data\\layers\\test.shp" ), QString( "data/lay… in normalizeLayerSource()
926 …QCOMPARE( QgsProcessingUtils::normalizeLayerSource( "data\\layers \"new\"\\test.shp" ), QString( "… in normalizeLayerSource()