QGIS API Documentation  3.18.1-Zürich (202f1bf7e5)
Functions
qgssymbollayerreference.cpp File Reference
#include "qgssymbollayerreference.h"
#include "qgis.h"
Include dependency graph for qgssymbollayerreference.cpp:

Go to the source code of this file.

Functions

QgsSymbolLayerReferenceList stringToSymbolLayerReferenceList (const QString &str)
 Utilitary function to parse a string originated from symbolLayerReferenceListToString into a QgsSymbolLayerReferenceList. More...
 
QString symbolLayerReferenceListToString (const QgsSymbolLayerReferenceList &lst)
 Utilitary function to turn a QgsSymbolLayerReferenceList into a string. More...
 

Function Documentation

◆ stringToSymbolLayerReferenceList()

QgsSymbolLayerReferenceList stringToSymbolLayerReferenceList ( const QString &  str)

Utilitary 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()

QString symbolLayerReferenceListToString ( const QgsSymbolLayerReferenceList lst)

Utilitary function to turn a QgsSymbolLayerReferenceList into a string.

See also
stringToSymbolLayerReferenceList
Since
QGIS 3.12

Definition at line 19 of file qgssymbollayerreference.cpp.