QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
|
Contains details of a page being exported by the class. More...
#include <qgslayoutexporter.h>
Public Attributes | |
QString | baseName |
Base part of filename (i.e. file name without extension or '.') More... | |
QString | directory |
Target folder. More... | |
QString | extension |
File suffix/extension (without the leading '.') More... | |
int | page = 0 |
Page number, where 0 = first page. More... | |
Contains details of a page being exported by the class.
Definition at line 53 of file qgslayoutexporter.h.
QString QgsLayoutExporter::PageExportDetails::baseName |
Base part of filename (i.e. file name without extension or '.')
Definition at line 59 of file qgslayoutexporter.h.
QString QgsLayoutExporter::PageExportDetails::directory |
Target folder.
Definition at line 56 of file qgslayoutexporter.h.
QString QgsLayoutExporter::PageExportDetails::extension |
File suffix/extension (without the leading '.')
Definition at line 62 of file qgslayoutexporter.h.
int QgsLayoutExporter::PageExportDetails::page = 0 |
Page number, where 0 = first page.
Definition at line 65 of file qgslayoutexporter.h.