|
QGIS API Documentation 3.99.0-Master (26c88405ac0)
|
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 303 of file qgsmapboxglstyleconverter.h.
| QgsMapBoxGlStyleRasterSubLayer::QgsMapBoxGlStyleRasterSubLayer | ( | const QString & | id, |
| const QString & | source ) |
Constructor for QgsMapBoxGlStyleRasterSubLayer, with the given id and source.
Definition at line 4245 of file qgsmapboxglstyleconverter.cpp.
|
inline |
Returns a reference to the layer's data defined properties.
Definition at line 325 of file qgsmapboxglstyleconverter.h.
|
inline |
Returns a reference to the layer's data defined properties.
Definition at line 330 of file qgsmapboxglstyleconverter.h.
|
inline |
Returns the layer's ID.
Definition at line 315 of file qgsmapboxglstyleconverter.h.
|
inline |
Returns the layer's source.
Definition at line 320 of file qgsmapboxglstyleconverter.h.