QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Encapsulates the results of an export operation performed in the designer. More...
#include <qgslayoutdesignerinterface.h>
Public Attributes | |
QMap< QString, QgsLabelingResults * > | labelingResults |
Returns the labeling results for all map items included in the export. More... | |
QgsLayoutExporter::ExportResult | result |
Result/error code of export. More... | |
Encapsulates the results of an export operation performed in the designer.
Definition at line 360 of file qgslayoutdesignerinterface.h.
QMap< QString, QgsLabelingResults * > QgsLayoutDesignerInterface::ExportResults::labelingResults |
Returns the labeling results for all map items included in the export.
Map keys are the item UUIDs (see QgsLayoutItem::uuid()).
Ownership of the results remains with the layout designer.
Definition at line 374 of file qgslayoutdesignerinterface.h.
QgsLayoutExporter::ExportResult QgsLayoutDesignerInterface::ExportResults::result |
Result/error code of export.
Definition at line 367 of file qgslayoutdesignerinterface.h.