QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Public Attributes | List of all members
QgsAbstractGeoPdfExporter::ComponentLayerDetail Struct Reference

Contains details of a particular input component to be used during PDF composition. More...

#include <qgsabstractgeopdfexporter.h>

Public Attributes

QString group
 Optional group name, for arranging layers in top-level groups. More...
 
QString mapLayerId
 Associated map layer ID, or an empty string if this component layer is not associated with a map layer. More...
 
QString name
 User-friendly name for the generated PDF layer. More...
 
QString sourcePdfPath
 File path to the (already created) PDF to use as the source for this component layer. More...
 

Detailed Description

Contains details of a particular input component to be used during PDF composition.

Since
QGIS 3.10

Definition at line 114 of file qgsabstractgeopdfexporter.h.

Member Data Documentation

◆ group

QString QgsAbstractGeoPdfExporter::ComponentLayerDetail::group

Optional group name, for arranging layers in top-level groups.

Definition at line 124 of file qgsabstractgeopdfexporter.h.

◆ mapLayerId

QString QgsAbstractGeoPdfExporter::ComponentLayerDetail::mapLayerId

Associated map layer ID, or an empty string if this component layer is not associated with a map layer.

Definition at line 121 of file qgsabstractgeopdfexporter.h.

◆ name

QString QgsAbstractGeoPdfExporter::ComponentLayerDetail::name

User-friendly name for the generated PDF layer.

Definition at line 118 of file qgsabstractgeopdfexporter.h.

◆ sourcePdfPath

QString QgsAbstractGeoPdfExporter::ComponentLayerDetail::sourcePdfPath

File path to the (already created) PDF to use as the source for this component layer.

Definition at line 127 of file qgsabstractgeopdfexporter.h.


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