QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | List of all members
QgsMapBoxGlStyleRasterSubLayer Class Reference

Encapsulates a MapBox GL style raster sub layer. More...

#include <qgsmapboxglstyleconverter.h>

Public Member Functions

 QgsMapBoxGlStyleRasterSubLayer (const QString &id, const QString &source)
 Constructor for QgsMapBoxGlStyleRasterSubLayer, with the given id and source. More...
 
QgsPropertyCollectiondataDefinedProperties ()
 Returns a reference to the layer's data defined properties. More...
 
const QgsPropertyCollectiondataDefinedProperties () const
 Returns a reference to the layer's data defined properties. More...
 
QString id () const
 Returns the layer's ID. More...
 
QString source () const
 Returns the layer's source. More...
 

Detailed Description

Encapsulates a MapBox GL style raster sub layer.

Warning
This is private API only, and may change in future QGIS versions
Since
QGIS 3.28

Definition at line 292 of file qgsmapboxglstyleconverter.h.

Constructor & Destructor Documentation

◆ QgsMapBoxGlStyleRasterSubLayer()

QgsMapBoxGlStyleRasterSubLayer::QgsMapBoxGlStyleRasterSubLayer ( const QString &  id,
const QString &  source 
)

Constructor for QgsMapBoxGlStyleRasterSubLayer, with the given id and source.

Definition at line 3708 of file qgsmapboxglstyleconverter.cpp.

Member Function Documentation

◆ dataDefinedProperties() [1/2]

QgsPropertyCollection & QgsMapBoxGlStyleRasterSubLayer::dataDefinedProperties ( )
inline

Returns a reference to the layer's data defined properties.

Definition at line 314 of file qgsmapboxglstyleconverter.h.

◆ dataDefinedProperties() [2/2]

const QgsPropertyCollection & QgsMapBoxGlStyleRasterSubLayer::dataDefinedProperties ( ) const
inline

Returns a reference to the layer's data defined properties.

Definition at line 319 of file qgsmapboxglstyleconverter.h.

◆ id()

QString QgsMapBoxGlStyleRasterSubLayer::id ( ) const
inline

Returns the layer's ID.

Definition at line 304 of file qgsmapboxglstyleconverter.h.

◆ source()

QString QgsMapBoxGlStyleRasterSubLayer::source ( ) const
inline

Returns the layer's source.

Definition at line 309 of file qgsmapboxglstyleconverter.h.


The documentation for this class was generated from the following files: