QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Contains settings relating to clipping a layout map by the current atlas feature. More...
#include <qgslayoutitemmap.h>
Signals | |
void | changed () |
Emitted when the atlas clipping settings are changed. More... | |
Public Member Functions | |
QgsLayoutItemMapAtlasClippingSettings (QgsLayoutItemMap *map=nullptr) | |
Constructor for QgsLayoutItemMapAtlasClippingSettings, with the specified map parent. More... | |
bool | enabled () const |
Returns true if the map content should be clipped to the current atlas feature. More... | |
QgsMapClippingRegion::FeatureClippingType | featureClippingType () const |
Returns the feature clipping type to apply when clipping to the current atlas feature. More... | |
bool | forceLabelsInsideFeature () const |
Returns true if labels should only be placed inside the atlas feature geometry. More... | |
QList< QgsMapLayer * > | layersToClip () const |
Returns the list of map layers to clip to the atlas feature. More... | |
bool | 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. More... | |
bool | restrictToLayers () const |
Returns true if clipping should be restricted to a subset of layers. More... | |
void | setEnabled (bool enabled) |
Sets whether the map content should be clipped to the current atlas feature. More... | |
void | setFeatureClippingType (QgsMapClippingRegion::FeatureClippingType type) |
Sets the feature clipping type to apply when clipping to the current atlas feature. More... | |
void | setForceLabelsInsideFeature (bool forceInside) |
Sets whether labels should only be placed inside the atlas feature geometry. More... | |
void | setLayersToClip (const QList< QgsMapLayer * > &layers) |
Sets the list of map layers to clip to the atlas feature. More... | |
void | setRestrictToLayers (bool enabled) |
Sets whether clipping should be restricted to a subset of layers. More... | |
bool | 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. More... | |
Contains settings relating to clipping a layout map by the current atlas feature.
Definition at line 39 of file qgslayoutitemmap.h.
QgsLayoutItemMapAtlasClippingSettings::QgsLayoutItemMapAtlasClippingSettings | ( | QgsLayoutItemMap * | map = nullptr | ) |
Constructor for QgsLayoutItemMapAtlasClippingSettings, with the specified map parent.
Definition at line 2778 of file qgslayoutitemmap.cpp.
|
signal |
Emitted when the atlas clipping settings are changed.
bool QgsLayoutItemMapAtlasClippingSettings::enabled | ( | ) | const |
Returns true
if the map content should be clipped to the current atlas feature.
Definition at line 2789 of file qgslayoutitemmap.cpp.
QgsMapClippingRegion::FeatureClippingType QgsLayoutItemMapAtlasClippingSettings::featureClippingType | ( | ) | const |
Returns the feature clipping type to apply when clipping to the current atlas feature.
Definition at line 2803 of file qgslayoutitemmap.cpp.
bool QgsLayoutItemMapAtlasClippingSettings::forceLabelsInsideFeature | ( | ) | const |
Returns true
if labels should only be placed inside the atlas feature geometry.
Definition at line 2817 of file qgslayoutitemmap.cpp.
QList< QgsMapLayer * > QgsLayoutItemMapAtlasClippingSettings::layersToClip | ( | ) | const |
Returns the list of map layers to clip to the atlas feature.
true
.Definition at line 2845 of file qgslayoutitemmap.cpp.
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.
Definition at line 2886 of file qgslayoutitemmap.cpp.
bool QgsLayoutItemMapAtlasClippingSettings::restrictToLayers | ( | ) | const |
Returns true
if clipping should be restricted to a subset of layers.
Definition at line 2831 of file qgslayoutitemmap.cpp.
void QgsLayoutItemMapAtlasClippingSettings::setEnabled | ( | bool | enabled | ) |
Sets whether the map content should be clipped to the current atlas feature.
Definition at line 2794 of file qgslayoutitemmap.cpp.
void QgsLayoutItemMapAtlasClippingSettings::setFeatureClippingType | ( | QgsMapClippingRegion::FeatureClippingType | type | ) |
Sets the feature clipping type to apply when clipping to the current atlas feature.
Definition at line 2808 of file qgslayoutitemmap.cpp.
void QgsLayoutItemMapAtlasClippingSettings::setForceLabelsInsideFeature | ( | bool | forceInside | ) |
Sets whether labels should only be placed inside the atlas feature geometry.
Definition at line 2822 of file qgslayoutitemmap.cpp.
void QgsLayoutItemMapAtlasClippingSettings::setLayersToClip | ( | const QList< QgsMapLayer * > & | layers | ) |
Sets the list of map layers to clip to the atlas feature.
true
.Definition at line 2850 of file qgslayoutitemmap.cpp.
void QgsLayoutItemMapAtlasClippingSettings::setRestrictToLayers | ( | bool | enabled | ) |
Sets whether clipping should be restricted to a subset of layers.
Definition at line 2836 of file qgslayoutitemmap.cpp.
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.
Definition at line 2856 of file qgslayoutitemmap.cpp.