Home
last modified time | relevance | path

Searched refs:participatingLayers (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/core/maprenderer/
H A Dqgsmaprendererstagedrenderjob.cpp157 …mLabelJob.participatingLayers = _qgis_listRawToQPointer( mLabelingEngineV2->participatingLayers() … in renderCurrentPart()
H A Dqgsmaprenderercustompainterjob.cpp355 …mLabelJob.participatingLayers = _qgis_listRawToQPointer( mLabelingEngineV2->participatingLayers() … in doRender()
H A Dqgsmaprendererparalleljob.cpp433 …job.participatingLayers = _qgis_listRawToQPointer( self->mLabelingEngineV2->participatingLayers() … in renderLabelsStatic()
H A Dqgsmaprendererjob.h214 QList< QPointer< QgsMapLayer > > participatingLayers; member
H A Dqgsmaprendererjob.cpp883 …ings.visibleExtent(), mSettings.mapToPixel(), _qgis_listQPointerToRaw( job.participatingLayers ) ); in cleanupLabelJob()
884 …ings.visibleExtent(), mSettings.mapToPixel(), _qgis_listQPointerToRaw( job.participatingLayers ) ); in cleanupLabelJob()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsmaprendererstagedrenderjob.cpp156 …mLabelJob.participatingLayers = _qgis_listRawToQPointer( mLabelingEngineV2->participatingLayers() … in renderCurrentPart()
H A Dqgsmaprenderercustompainterjob.cpp357 …mLabelJob.participatingLayers = _qgis_listRawToQPointer( mLabelingEngineV2->participatingLayers() … in doRender()
H A Dqgsmaprendererparalleljob.cpp420 …job.participatingLayers = _qgis_listRawToQPointer( self->mLabelingEngineV2->participatingLayers() … in renderLabelsStatic()
H A Dqgsmaprendererjob.h153 QList< QPointer< QgsMapLayer > > participatingLayers; member
H A Dqgsmaprendererjob.cpp726 …che->setCacheImage( LABEL_CACHE_ID, *job.img, _qgis_listQPointerToRaw( job.participatingLayers ) ); in cleanupLabelJob()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/labeling/
H A Dqgslabelingengine.h239 QList< QgsMapLayer * > participatingLayers() const; in Q_DECLARE_OPERATORS_FOR_FLAGS()
H A Dqgslabelingengine.cpp96 QList< QgsMapLayer * > QgsLabelingEngine::participatingLayers() const in participatingLayers() function in QgsLabelingEngine
/dports/graphics/qgis/qgis-3.22.3/src/core/labeling/
H A Dqgslabelingengine.h263 QList< QgsMapLayer * > participatingLayers() const; in Q_DECLARE_OPERATORS_FOR_FLAGS()
H A Dqgslabelingengine.cpp98 QList< QgsMapLayer * > QgsLabelingEngine::participatingLayers() const in participatingLayers() function in QgsLabelingEngine
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgslabelingengine.cpp796 QVERIFY( engine.participatingLayers().isEmpty() ); in testParticipatingLayers()
801 QCOMPARE( engine.participatingLayers(), QList<QgsMapLayer *>() << vl ); in testParticipatingLayers()
807 …QCOMPARE( qgis::listToSet( engine.participatingLayers() ), QSet< QgsMapLayer * >() << vl << layer2… in testParticipatingLayers()
819 …QCOMPARE( qgis::listToSet( engine.participatingLayers() ), QSet< QgsMapLayer * >() << vl << layer2… in testParticipatingLayers()
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgslabelingengine.cpp839 QVERIFY( engine.participatingLayers().isEmpty() ); in testParticipatingLayers()
844 QCOMPARE( engine.participatingLayers(), QList<QgsMapLayer *>() << vl ); in testParticipatingLayers()
850 …QCOMPARE( qgis::listToSet( engine.participatingLayers() ), QSet< QgsMapLayer * >() << vl << layer2… in testParticipatingLayers()
862 …QCOMPARE( qgis::listToSet( engine.participatingLayers() ), QSet< QgsMapLayer * >() << vl << layer2… in testParticipatingLayers()