QGIS API Documentation
3.10.0-A Coruña (6c816b4204)
|
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... | |
Contains details of a particular input component to be used during PDF composition.
Definition at line 114 of file qgsabstractgeopdfexporter.h.
QString QgsAbstractGeoPdfExporter::ComponentLayerDetail::group |
Optional group name, for arranging layers in top-level groups.
Definition at line 124 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 121 of file qgsabstractgeopdfexporter.h.
QString QgsAbstractGeoPdfExporter::ComponentLayerDetail::name |
User-friendly name for the generated PDF layer.
Definition at line 118 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 127 of file qgsabstractgeopdfexporter.h.