QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
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. | |
QString | symbolLayerReferenceListToString (const QgsSymbolLayerReferenceList &lst) |
Utilitary function to turn a QgsSymbolLayerReferenceList into a string. | |
QgsSymbolLayerReferenceList stringToSymbolLayerReferenceList | ( | const QString & | str | ) |
Utilitary function to parse a string originated from symbolLayerReferenceListToString into a QgsSymbolLayerReferenceList.
Definition at line 32 of file qgssymbollayerreference.cpp.
QString symbolLayerReferenceListToString | ( | const QgsSymbolLayerReferenceList & | lst | ) |
Utilitary function to turn a QgsSymbolLayerReferenceList into a string.
Definition at line 20 of file qgssymbollayerreference.cpp.