QGIS API Documentation
3.0.2-Girona (307d082)
|
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 45 of file qgslayoutexporter.h.
QString QgsLayoutExporter::PageExportDetails::baseName |
Base part of filename (i.e. file name without extension or '.')
Definition at line 51 of file qgslayoutexporter.h.
QString QgsLayoutExporter::PageExportDetails::directory |
Target folder.
Definition at line 48 of file qgslayoutexporter.h.
QString QgsLayoutExporter::PageExportDetails::extension |
File suffix/extension (without the leading '.')
Definition at line 54 of file qgslayoutexporter.h.
int QgsLayoutExporter::PageExportDetails::page = 0 |
Page number, where 0 = first page.
Definition at line 57 of file qgslayoutexporter.h.