QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
32 mRestrictToLayersList = _qgis_listRawToQPointer( layers );
37 return _qgis_listQPointerToRaw( mRestrictToLayersList );
42 if ( !mRestrictToLayers )
45 if ( mRestrictToLayersList.empty() )
48 const auto it = std::find_if( mRestrictToLayersList.begin(), mRestrictToLayersList.end(), [layer](
const QgsWeakMapLayerPointer & item ) ->
bool
52 return it != mRestrictToLayersList.end();
57 return mRestrictToLayers;
62 mRestrictToLayers = enabled;
QList< QgsMapLayer * > restrictedLayers() const
Returns the list of layers to restrict the clipping region effects to.
void setGeometry(const QgsGeometry &geometry)
Sets the clipping region geometry (in the destination map CRS).
bool appliesToLayer(const QgsMapLayer *layer) const
Returns true if the clipping region should be applied to the specified map layer.
QgsGeometry geometry() const
Returns the geometry of the clipping region (in the destination map CRS).
void setRestrictedLayers(const QList< QgsMapLayer * > &layers)
Sets a list of layers to restrict the clipping region effects to.
QPointer< QgsMapLayer > QgsWeakMapLayerPointer
Weak pointer for QgsMapLayer.
void setRestrictToLayers(bool enabled)
Sets whether clipping should be restricted to a subset of layers.
A geometry is the spatial representation of a feature.
Base class for all map layer types. This is the base class for all map layer types (vector,...
bool restrictToLayers() const
Returns true if clipping should be restricted to a subset of layers.