Home
last modified time | relevance | path

Searched refs:wmsPrintLayer (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/gui/raster/
H A Dqgsrasterlayerproperties.cpp792 QVariant wmsPrintLayer = mRasterLayer->customProperty( QStringLiteral( "WMSPrintLayer" ) ); in sync() local
793 if ( wmsPrintLayer.isValid() ) in sync()
795 mWMSPrintLayerLineEdit->setText( wmsPrintLayer.toString() ); in sync()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/raster/
H A Dqgsrasterlayerproperties.cpp902 QVariant wmsPrintLayer = mRasterLayer->customProperty( QStringLiteral( "WMSPrintLayer" ) ); in sync() local
903 if ( wmsPrintLayer.isValid() ) in sync()
905 mWMSPrintLayerLineEdit->setText( wmsPrintLayer.toString() ); in sync()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/server/services/wms/
H A Dqgswmsgetcapabilities.cpp1960 … QVariant wmsPrintLayer = currentLayer->customProperty( QStringLiteral( "WMSPrintLayer" ) ); in appendLayerProjectSettings() local
1961 if ( wmsPrintLayer.isValid() ) in appendLayerProjectSettings()
1964 QDomText wmsPrintLayerText = doc.createTextNode( wmsPrintLayer.toString() ); in appendLayerProjectSettings()
/dports/graphics/qgis/qgis-3.22.3/src/server/services/wms/
H A Dqgswmsgetcapabilities.cpp1953 … QVariant wmsPrintLayer = currentLayer->customProperty( QStringLiteral( "WMSPrintLayer" ) ); in appendLayerProjectSettings() local
1954 if ( wmsPrintLayer.isValid() ) in appendLayerProjectSettings()
1957 QDomText wmsPrintLayerText = doc.createTextNode( wmsPrintLayer.toString() ); in appendLayerProjectSettings()