QRenderPassFilter Class | Qt 3D 5.15.19 (original) (raw)

class Qt3DRender::QRenderPassFilter

Provides storage for vectors of Filter Keys and Parameters. More...

This class was introduced in Qt 5.7.

Public Functions

Member Function Documentation

QRenderPassFilter::QRenderPassFilter(Qt3DCore::QNode *parent = nullptr)

The constructor creates an instance with the specified parent.

void QRenderPassFilter::addMatch(Qt3DRender::QFilterKey *filterKey)

Add the filterKey to the match vector.

void QRenderPassFilter::addParameter(Qt3DRender::QParameter *parameter)

Add the given parameter to the parameter vector.

QVector<Qt3DRender::QFilterKey *> QRenderPassFilter::matchAny() const

Returns a vector of the current keys for the filter.

QVector<Qt3DRender::QParameter *> QRenderPassFilter::parameters() const

Returns the current vector of parameters.

void QRenderPassFilter::removeMatch(Qt3DRender::QFilterKey *filterKey)

Remove the filterKey from the match vector.

void QRenderPassFilter::removeParameter(Qt3DRender::QParameter *parameter)

Remove the given parameter from the parameter vector.

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.