QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Functions
qgssymbollayerreference.cpp File Reference
#include "qgssymbollayerreference.h"
#include "qgis.h"
#include <QRegularExpression>
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 32 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 20 of file qgssymbollayerreference.cpp.