summaryrefslogtreecommitdiffstats
path: root/src/render/jobs/filterlayerentityjob_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/jobs/filterlayerentityjob_p.h')
-rw-r--r--src/render/jobs/filterlayerentityjob_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/jobs/filterlayerentityjob_p.h b/src/render/jobs/filterlayerentityjob_p.h
index cdd309443..691e71c4b 100644
--- a/src/render/jobs/filterlayerentityjob_p.h
+++ b/src/render/jobs/filterlayerentityjob_p.h
@@ -80,6 +80,7 @@ public:
// QAspectJob interface
void run() final;
+ void filterEntityAgainstLayers(Entity *entity, const Qt3DCore::QNodeIdVector &layerIds, const QLayerFilter::FilterMode filterMode);
void filterAcceptAnyMatchingLayers(Entity *entity, const Qt3DCore::QNodeIdVector &layerIds);
void filterAcceptAllMatchingLayers(Entity *entity, const Qt3DCore::QNodeIdVector &layerIds);
void filterDiscardAnyMatchingLayers(Entity *entity, const Qt3DCore::QNodeIdVector &layerIds);