QGIS API Documentation 3.39.0-Master (47f7b3a4989)
Loading...
Searching...
No Matches
Public Attributes | List of all members
QgsLayoutDesignerInterface::ExportResults Class Reference

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.
 
QgsLayoutExporter::ExportResult result
 Result/error code of export.
 

Detailed Description

Encapsulates the results of an export operation performed in the designer.

Since
QGIS 3.20

Definition at line 359 of file qgslayoutdesignerinterface.h.

Member Data Documentation

◆ labelingResults

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 373 of file qgslayoutdesignerinterface.h.

◆ result

QgsLayoutExporter::ExportResult QgsLayoutDesignerInterface::ExportResults::result

Result/error code of export.

Definition at line 366 of file qgslayoutdesignerinterface.h.


The documentation for this class was generated from the following file: