QGIS API Documentation
3.24.2-Tisler (13c1a02865)
|
Setting options for loading layers. More...
#include <qgsmaplayerfactory.h>
Public Member Functions | |
LayerOptions (const QgsCoordinateTransformContext &transformContext) | |
Constructor for LayerOptions with transformContext. More... | |
Public Attributes | |
bool | loadDefaultStyle = true |
Set to true if the default layer style should be loaded. More... | |
QgsCoordinateTransformContext | transformContext |
Transform context. More... | |
Setting options for loading layers.
Definition at line 61 of file qgsmaplayerfactory.h.
|
inlineexplicit |
Constructor for LayerOptions with transformContext.
Definition at line 67 of file qgsmaplayerfactory.h.
bool QgsMapLayerFactory::LayerOptions::loadDefaultStyle = true |
Set to true
if the default layer style should be loaded.
Definition at line 75 of file qgsmaplayerfactory.h.
QgsCoordinateTransformContext QgsMapLayerFactory::LayerOptions::transformContext |
Transform context.
Definition at line 72 of file qgsmaplayerfactory.h.