QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Attributes | List of all members
QgsLayoutExporter::PageExportDetails Struct Reference

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...
 

Detailed Description

Contains details of a page being exported by the class.

Definition at line 46 of file qgslayoutexporter.h.

Member Data Documentation

QString QgsLayoutExporter::PageExportDetails::baseName

Base part of filename (i.e. file name without extension or '.')

Definition at line 52 of file qgslayoutexporter.h.

QString QgsLayoutExporter::PageExportDetails::directory

Target folder.

Definition at line 49 of file qgslayoutexporter.h.

QString QgsLayoutExporter::PageExportDetails::extension

File suffix/extension (without the leading '.')

Definition at line 55 of file qgslayoutexporter.h.

int QgsLayoutExporter::PageExportDetails::page = 0

Page number, where 0 = first page.

Definition at line 58 of file qgslayoutexporter.h.


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