QGIS API Documentation 3.43.0-Master (b60ef06885e)
|
Contains details of a particular export layer relating to a layout item. More...
#include <qgslayoutitem.h>
Public Attributes | |
QPainter::CompositionMode | compositionMode = QPainter::CompositionMode_SourceOver |
Associated composition mode if this layer is associated with a map layer. | |
QString | groupName |
Associated group name, if this layer is associated with an export group. | |
QString | mapLayerId |
Associated map layer ID, or an empty string if this export layer is not associated with a map layer. | |
QString | mapTheme |
Associated map theme, or an empty string if this export layer does not need to be associated with a map theme. | |
QString | name |
User-friendly name for the export layer. | |
double | opacity = 1.0 |
Associated opacity, if this layer is associated with a map layer. | |
Contains details of a particular export layer relating to a layout item.
Definition at line 520 of file qgslayoutitem.h.
QPainter::CompositionMode QgsLayoutItem::ExportLayerDetail::compositionMode = QPainter::CompositionMode_SourceOver |
Associated composition mode if this layer is associated with a map layer.
Definition at line 532 of file qgslayoutitem.h.
QString QgsLayoutItem::ExportLayerDetail::groupName |
Associated group name, if this layer is associated with an export group.
Definition at line 548 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 526 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 541 of file qgslayoutitem.h.
QString QgsLayoutItem::ExportLayerDetail::name |
User-friendly name for the export layer.
Definition at line 523 of file qgslayoutitem.h.
double QgsLayoutItem::ExportLayerDetail::opacity = 1.0 |
Associated opacity, if this layer is associated with a map layer.
Definition at line 538 of file qgslayoutitem.h.