The QgsSldExportContext class holds SLD export options and other information related to SLD export of...
 
QgsSldExportContext & operator=(const QgsSldExportContext &other)=default
Copy the values of other into the SLD export context.
 
QgsSldExportContext()=default
Constructs a default SLD export context.
 
~QgsSldExportContext()=default
 
QgsSldExportContext(const QgsSldExportContext &other)=default
Constructs a copy of SLD export context other.
 
Q_DECLARE_METATYPE(QgsSldExportContext)