QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
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. | |
Encapsulates the results of an export operation performed in the designer.
Definition at line 359 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 373 of file qgslayoutdesignerinterface.h.
QgsLayoutExporter::ExportResult QgsLayoutDesignerInterface::ExportResults::result |
Result/error code of export.
Definition at line 366 of file qgslayoutdesignerinterface.h.