| QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
    | 
Contains details of a particular input component to be used during PDF composition. More...
#include <qgsabstractgeopdfexporter.h>
| Public Attributes | |
| QPainter::CompositionMode | compositionMode = QPainter::CompositionMode_SourceOver | 
| Component composition mode.  More... | |
| 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... | |
| double | opacity = 1.0 | 
| Component opacity.  More... | |
| QString | sourcePdfPath | 
| File path to the (already created) PDF to use as the source for this component layer.  More... | |
Contains details of a particular input component to be used during PDF composition.
Definition at line 117 of file qgsabstractgeopdfexporter.h.
| QPainter::CompositionMode QgsAbstractGeoPdfExporter::ComponentLayerDetail::compositionMode = QPainter::CompositionMode_SourceOver | 
Component composition mode.
Definition at line 133 of file qgsabstractgeopdfexporter.h.
| QString QgsAbstractGeoPdfExporter::ComponentLayerDetail::group | 
Optional group name, for arranging layers in top-level groups.
Definition at line 127 of file qgsabstractgeopdfexporter.h.
| 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 124 of file qgsabstractgeopdfexporter.h.
| QString QgsAbstractGeoPdfExporter::ComponentLayerDetail::name | 
User-friendly name for the generated PDF layer.
Definition at line 121 of file qgsabstractgeopdfexporter.h.
| double QgsAbstractGeoPdfExporter::ComponentLayerDetail::opacity = 1.0 | 
Component opacity.
Definition at line 136 of file qgsabstractgeopdfexporter.h.
| QString QgsAbstractGeoPdfExporter::ComponentLayerDetail::sourcePdfPath | 
File path to the (already created) PDF to use as the source for this component layer.
Definition at line 130 of file qgsabstractgeopdfexporter.h.