|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
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. | |
| QgsPropertyCollection & | dataDefinedProperties () |
| Returns a reference to the layer's data defined properties. | |
| const QgsPropertyCollection & | dataDefinedProperties () const |
| Returns a reference to the layer's data defined properties. | |
| QString | id () const |
| Returns the layer's ID. | |
| QString | source () const |
| Returns the layer's source. | |
Encapsulates a MapBox GL style raster sub layer.
Definition at line 292 of file qgsmapboxglstyleconverter.h.
| 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.
|
inline |
Returns a reference to the layer's data defined properties.
Definition at line 314 of file qgsmapboxglstyleconverter.h.
|
inline |
Returns a reference to the layer's data defined properties.
Definition at line 319 of file qgsmapboxglstyleconverter.h.
|
inline |
Returns the layer's ID.
Definition at line 304 of file qgsmapboxglstyleconverter.h.
|
inline |
Returns the layer's source.
Definition at line 309 of file qgsmapboxglstyleconverter.h.