QGIS API Documentation
3.18.1-Zürich (202f1bf7e5)
|
#include "qgis_sip.h"
#include "qgis_core.h"
#include <QList>
#include <QVariant>
#include <QVector>
Go to the source code of this file.
Classes | |
class | QgsSymbolLayerId |
We may need stable references to symbol layers, when pointers to symbol layers is not usable (when a symbol or a feature renderer is cloned for example). More... | |
class | QgsSymbolLayerReference |
Type used to refer to a specific symbol layer in a symbol of a layer. More... | |
Typedefs | |
typedef QList< QgsSymbolLayerReference > | QgsSymbolLayerReferenceList |
Functions | |
uint | qHash (const QgsSymbolLayerId &id) |
uint | qHash (const QgsSymbolLayerReference &r) |
CORE_EXPORT QgsSymbolLayerReferenceList | stringToSymbolLayerReferenceList (const QString &) |
Utilitary function to parse a string originated from symbolLayerReferenceListToString into a QgsSymbolLayerReferenceList. More... | |
CORE_EXPORT QString | symbolLayerReferenceListToString (const QgsSymbolLayerReferenceList &) |
Utilitary function to turn a QgsSymbolLayerReferenceList into a string. More... | |
typedef QList<QgsSymbolLayerReference> QgsSymbolLayerReferenceList |
Definition at line 160 of file qgssymbollayerreference.h.
|
inline |
Definition at line 150 of file qgssymbollayerreference.h.
|
inline |
Definition at line 155 of file qgssymbollayerreference.h.
CORE_EXPORT QgsSymbolLayerReferenceList stringToSymbolLayerReferenceList | ( | const QString & | str | ) |
Utilitary function to parse a string originated from symbolLayerReferenceListToString into a QgsSymbolLayerReferenceList.
Definition at line 34 of file qgssymbollayerreference.cpp.
CORE_EXPORT QString symbolLayerReferenceListToString | ( | const QgsSymbolLayerReferenceList & | lst | ) |
Utilitary function to turn a QgsSymbolLayerReferenceList into a string.
Definition at line 19 of file qgssymbollayerreference.cpp.