Contains settings relating to clipping a layout map by the current atlas feature.
More...
#include <qgslayoutitemmap.h>
|
void | changed () |
| Emitted when the atlas clipping settings are changed. More...
|
|
Contains settings relating to clipping a layout map by the current atlas feature.
- Since
- QGIS 3.16
Definition at line 39 of file qgslayoutitemmap.h.
◆ QgsLayoutItemMapAtlasClippingSettings()
QgsLayoutItemMapAtlasClippingSettings::QgsLayoutItemMapAtlasClippingSettings |
( |
QgsLayoutItemMap * |
map = nullptr | ) |
|
◆ changed
void QgsLayoutItemMapAtlasClippingSettings::changed |
( |
| ) |
|
|
signal |
Emitted when the atlas clipping settings are changed.
◆ enabled()
bool QgsLayoutItemMapAtlasClippingSettings::enabled |
( |
| ) |
const |
◆ featureClippingType()
◆ forceLabelsInsideFeature()
bool QgsLayoutItemMapAtlasClippingSettings::forceLabelsInsideFeature |
( |
| ) |
const |
◆ layersToClip()
QList< QgsMapLayer * > QgsLayoutItemMapAtlasClippingSettings::layersToClip |
( |
| ) |
const |
◆ readXml()
bool QgsLayoutItemMapAtlasClippingSettings::readXml |
( |
const QDomElement & |
element, |
|
|
const QDomDocument & |
doc, |
|
|
const QgsReadWriteContext & |
context |
|
) |
| |
Sets the setting's state from a DOM document, where element is the DOM node corresponding to a 'LayoutMap' tag.
- See also
- writeXml()
Definition at line 2901 of file qgslayoutitemmap.cpp.
◆ restrictToLayers()
bool QgsLayoutItemMapAtlasClippingSettings::restrictToLayers |
( |
| ) |
const |
◆ setEnabled()
void QgsLayoutItemMapAtlasClippingSettings::setEnabled |
( |
bool |
enabled | ) |
|
◆ setFeatureClippingType()
◆ setForceLabelsInsideFeature()
void QgsLayoutItemMapAtlasClippingSettings::setForceLabelsInsideFeature |
( |
bool |
forceInside | ) |
|
◆ setLayersToClip()
void QgsLayoutItemMapAtlasClippingSettings::setLayersToClip |
( |
const QList< QgsMapLayer * > & |
layers | ) |
|
◆ setRestrictToLayers()
void QgsLayoutItemMapAtlasClippingSettings::setRestrictToLayers |
( |
bool |
enabled | ) |
|
◆ writeXml()
bool QgsLayoutItemMapAtlasClippingSettings::writeXml |
( |
QDomElement & |
element, |
|
|
QDomDocument & |
document, |
|
|
const QgsReadWriteContext & |
context |
|
) |
| const |
Stores settings in a DOM element, where element is the DOM element corresponding to a 'LayoutMap' tag.
- See also
- readXml()
Definition at line 2871 of file qgslayoutitemmap.cpp.
The documentation for this class was generated from the following files: