QGIS API Documentation 3.99.0-Master (21b3aa880ba)
Loading...
Searching...
No Matches
qgssymbollayerreference.h File Reference
#include "qgis.h"
#include "qgis_core.h"
#include "qgis_sip.h"
#include <QList>
#include <QVariant>
#include <QVector>
Include dependency graph for qgssymbollayerreference.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsSymbolLayerId
 We may need stable references to symbol layers, when pointers to symbol layers are 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< QgsSymbolLayerReferenceQgsSymbolLayerReferenceList

Functions

uint qHash (const QgsSymbolLayerId &id)
uint qHash (const QgsSymbolLayerReference &r)
CORE_EXPORT QgsSymbolLayerReferenceList stringToSymbolLayerReferenceList (const QString &)
 Utility function to parse a string originated from symbolLayerReferenceListToString into a QgsSymbolLayerReferenceList.
CORE_EXPORT QString symbolLayerReferenceListToString (const QgsSymbolLayerReferenceList &)
 Utility function to turn a QgsSymbolLayerReferenceList into a string.

Typedef Documentation

◆ QgsSymbolLayerReferenceList

Function Documentation

◆ qHash() [1/2]

uint qHash ( const QgsSymbolLayerId & id)
inline

Definition at line 207 of file qgssymbollayerreference.h.

◆ qHash() [2/2]

uint qHash ( const QgsSymbolLayerReference & r)
inline

Definition at line 212 of file qgssymbollayerreference.h.

◆ stringToSymbolLayerReferenceList()

CORE_EXPORT QgsSymbolLayerReferenceList stringToSymbolLayerReferenceList ( const QString & str)

Utility function to parse a string originated from symbolLayerReferenceListToString into a QgsSymbolLayerReferenceList.

See also
symbolLayerReferenceListToString
Since
QGIS 3.12

Definition at line 34 of file qgssymbollayerreference.cpp.

◆ symbolLayerReferenceListToString()

CORE_EXPORT QString symbolLayerReferenceListToString ( const QgsSymbolLayerReferenceList & lst)

Utility function to turn a QgsSymbolLayerReferenceList into a string.

See also
stringToSymbolLayerReferenceList
Since
QGIS 3.12

Definition at line 22 of file qgssymbollayerreference.cpp.