QGIS API Documentation
3.10.0-A Coruña (6c816b4204)
|
Contains details of a particular export layer relating to a layout item. More...
#include <qgslayoutitem.h>
Public Attributes | |
QString | mapLayerId |
Associated map layer ID, or an empty string if this export layer is not associated with a map layer. More... | |
QString | mapTheme |
Associated map theme, or an empty string if this export layer does not need to be associated with a map theme. More... | |
QString | name |
User-friendly name for the export layer. More... | |
Contains details of a particular export layer relating to a layout item.
Definition at line 485 of file qgslayoutitem.h.
QString QgsLayoutItem::ExportLayerDetail::mapLayerId |
Associated map layer ID, or an empty string if this export layer is not associated with a map layer.
Definition at line 491 of file qgslayoutitem.h.
QString QgsLayoutItem::ExportLayerDetail::mapTheme |
Associated map theme, or an empty string if this export layer does not need to be associated with a map theme.
Definition at line 494 of file qgslayoutitem.h.
QString QgsLayoutItem::ExportLayerDetail::name |
User-friendly name for the export layer.
Definition at line 488 of file qgslayoutitem.h.