Home
last modified time | relevance | path

Searched refs:loadDefaultStyle (Results 1 – 25 of 96) sorted by relevance

1234

/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsmaplayerfactory.cpp78 vectorOptions.loadDefaultStyle = options.loadDefaultStyle; in createLayer()
86 rasterOptions.loadDefaultStyle = options.loadDefaultStyle; in createLayer()
94 meshOptions.loadDefaultStyle = options.loadDefaultStyle; in createLayer()
113 pointCloudOptions.loadDefaultStyle = options.loadDefaultStyle; in createLayer()
H A Dqgsmaplayerfactory.h75 bool loadDefaultStyle = true; member
/dports/graphics/qgis/qgis-3.22.3/src/core/providers/
H A Dqgsprovidersublayerdetails.cpp25 layerOptions.loadDefaultStyle = options.loadDefaultStyle; in toLayer()
/dports/graphics/qgis/qgis-3.22.3/src/core/raster/
H A Dqgsrasterlayer.h113 explicit LayerOptions( bool loadDefaultStyle = true,
115 : loadDefaultStyle( loadDefaultStyle ) in loadDefaultStyle() function
120 bool loadDefaultStyle = true; member
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/raster/
H A Dqgsrasterlayer.h109 explicit LayerOptions( bool loadDefaultStyle = true,
111 : loadDefaultStyle( loadDefaultStyle ) in loadDefaultStyle() function
116 bool loadDefaultStyle = true; member
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/vectortile/
H A Dqgsvectortilelayer.h117 QString loadDefaultStyle( bool &resultFlag SIP_OUT ) override;
130 bool loadDefaultStyle( QString &error, QStringList &warnings ) SIP_SKIP;
H A Dqgsvectortilelayer.cpp315 QString QgsVectorTileLayer::loadDefaultStyle( bool &resultFlag ) in loadDefaultStyle() function in QgsVectorTileLayer
319 resultFlag = loadDefaultStyle( error, warnings ); in loadDefaultStyle()
323 bool QgsVectorTileLayer::loadDefaultStyle( QString &error, QStringList &warnings ) in loadDefaultStyle() function in QgsVectorTileLayer
446 error = QgsMapLayer::loadDefaultStyle( resultFlag ); in loadDefaultStyle()
/dports/graphics/qgis/qgis-3.22.3/src/core/vector/
H A Dqgsvectorlayer.h414 explicit LayerOptions( bool loadDefaultStyle = true,
416 : loadDefaultStyle( loadDefaultStyle ) in loadDefaultStyle() function
425 bool loadDefaultStyle = true,
428 : loadDefaultStyle( loadDefaultStyle ) in loadDefaultStyle() function
434 bool loadDefaultStyle = true; member
1107 QString loadDefaultStyle( bool &resultFlag SIP_OUT ) FINAL;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsvectorlayer.h430 explicit LayerOptions( bool loadDefaultStyle = true,
432 : loadDefaultStyle( loadDefaultStyle ) in loadDefaultStyle() function
441 bool loadDefaultStyle = true,
444 : loadDefaultStyle( loadDefaultStyle ) in loadDefaultStyle() function
450 bool loadDefaultStyle = true; member
1151 QString loadDefaultStyle( bool &resultFlag SIP_OUT ) FINAL;
/dports/graphics/qgis/qgis-3.22.3/src/core/pointcloud/
H A Dqgspointcloudlayer.h66 bool loadDefaultStyle = true; member
134 QString loadDefaultStyle( bool &resultFlag SIP_OUT ) FINAL;
H A Dqgspointcloudlayer.cpp50 if ( options.loadDefaultStyle ) in QgsPointCloudLayer()
68 options.loadDefaultStyle = false; in clone()
379 loadDefaultStyle( defaultLoadedFlag ); in setDataSourcePrivate()
433 QString QgsPointCloudLayer::loadDefaultStyle( bool &resultFlag ) in loadDefaultStyle() function in QgsPointCloudLayer
447 return QgsMapLayer::loadDefaultStyle( resultFlag ); in loadDefaultStyle()
/dports/graphics/qgis/qgis-3.22.3/src/core/vectortile/
H A Dqgsvectortilelayer.h134 QString loadDefaultStyle( bool &resultFlag SIP_OUT ) override;
147 bool loadDefaultStyle( QString &error, QStringList &warnings ) SIP_SKIP;
H A Dqgsvectortilelayer.cpp397 QString QgsVectorTileLayer::loadDefaultStyle( bool &resultFlag ) in loadDefaultStyle() function in QgsVectorTileLayer
401 resultFlag = loadDefaultStyle( error, warnings ); in loadDefaultStyle()
405 bool QgsVectorTileLayer::loadDefaultStyle( QString &error, QStringList &warnings ) in loadDefaultStyle() function in QgsVectorTileLayer
530 error = QgsMapLayer::loadDefaultStyle( resultFlag ); in loadDefaultStyle()
/dports/graphics/qgis/qgis-3.22.3/src/app/annotations/
H A Dqgsannotationlayerproperties.cpp75 …Style->addAction( tr( "Restore Default" ), this, &QgsAnnotationLayerProperties::loadDefaultStyle ); in QgsAnnotationLayerProperties()
188 void QgsAnnotationLayerProperties::loadDefaultStyle() in loadDefaultStyle() function in QgsAnnotationLayerProperties
191 const QString myMessage = mLayer->loadDefaultStyle( defaultLoadedFlag ); in loadDefaultStyle()
H A Dqgsannotationlayerproperties.h49 void loadDefaultStyle();
/dports/graphics/qgis/qgis-3.22.3/src/app/vectortile/
H A Dqgsvectortilelayerproperties.cpp110 …Style->addAction( tr( "Restore Default" ), this, &QgsVectorTileLayerProperties::loadDefaultStyle ); in QgsVectorTileLayerProperties()
171 void QgsVectorTileLayerProperties::loadDefaultStyle() in loadDefaultStyle() function in QgsVectorTileLayerProperties
174 const QString myMessage = mLayer->loadDefaultStyle( defaultLoadedFlag ); in loadDefaultStyle()
H A Dqgsvectortilelayerproperties.h44 void loadDefaultStyle();
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/vectortile/
H A Dqgsvectortilelayerproperties.cpp113 …Style->addAction( tr( "Restore Default" ), this, &QgsVectorTileLayerProperties::loadDefaultStyle ); in QgsVectorTileLayerProperties()
174 void QgsVectorTileLayerProperties::loadDefaultStyle() in loadDefaultStyle() function in QgsVectorTileLayerProperties
177 QString myMessage = mLayer->loadDefaultStyle( defaultLoadedFlag ); in loadDefaultStyle()
H A Dqgsvectortilelayerproperties.h44 void loadDefaultStyle();
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/pointcloud/
H A Dqgspointcloudlayer.sip.in43 bool loadDefaultStyle;
104 virtual QString loadDefaultStyle( bool &resultFlag /Out/ ) ${SIP_FINAL};
/dports/graphics/qgis/qgis-3.22.3/src/gui/mesh/
H A Dqgsmeshlayerproperties.h82 void loadDefaultStyle();
H A Dqgsmeshlayerproperties.cpp138 menuStyle->addAction( tr( "Restore Default" ), this, &QgsMeshLayerProperties::loadDefaultStyle ); in QgsMeshLayerProperties()
246 void QgsMeshLayerProperties::loadDefaultStyle() in loadDefaultStyle() function in QgsMeshLayerProperties
249 QString myMessage = mMeshLayer->loadDefaultStyle( defaultLoadedFlag ); in loadDefaultStyle()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/mesh/
H A Dqgsmeshlayerproperties.h78 void loadDefaultStyle();
H A Dqgsmeshlayerproperties.cpp138 menuStyle->addAction( tr( "Restore Default" ), this, &QgsMeshLayerProperties::loadDefaultStyle ); in QgsMeshLayerProperties()
246 void QgsMeshLayerProperties::loadDefaultStyle() in loadDefaultStyle() function in QgsMeshLayerProperties
249 QString myMessage = mMeshLayer->loadDefaultStyle( defaultLoadedFlag ); in loadDefaultStyle()
/dports/graphics/qgis/qgis-3.22.3/src/core/mesh/
H A Dqgsmeshlayer.h124 bool loadDefaultStyle = true; member
194 QString loadDefaultStyle( bool &resultFlag SIP_OUT ) FINAL;

1234