Holds SLD export options and other information related to SLD export of a QGIS layer style.
QStringList warnings() const
Returns a list of warnings which occurred during the conversion.
QStringList errors() const
Returns a list of errors which occurred during the conversion.
QgsSldExportContext & operator=(const QgsSldExportContext &other)=default
void pushWarning(const QString &warning)
Pushes a warning message generated during the conversion.
QgsSldExportContext()=default
Constructs a default SLD export context.
~QgsSldExportContext()=default
void pushError(const QString &error)
Pushes a error message generated during the conversion.
QgsSldExportContext(const QgsSldExportContext &other)=default
Q_DECLARE_METATYPE(QgsSldExportContext)