QRenderPassFilter Class
(Qt3DRender::QRenderPassFilter)Provides storage for vectors of Filter Keys and Parameters More...
Header: | #include <QRenderPassFilter> |
qmake: | QT += 3drender |
Since: | Qt 5.7 |
Inherits: | Qt3DRender::QFrameGraphNode |
Public Functions
QRenderPassFilter(Qt3DCore::QNode *parent = nullptr) | |
void | addMatch(QFilterKey *filterKey) |
void | addParameter(QParameter *parameter) |
QVector<QFilterKey *> | matchAny() const |
QVector<QParameter *> | parameters() const |
void | removeMatch(QFilterKey *filterKey) |
void | removeParameter(QParameter *parameter) |
- 1 public function inherited from Qt3DRender::QFrameGraphNode
- 6 public functions inherited from Qt3DCore::QNode
- 31 public functions inherited from QObject
Protected Functions
QRenderPassFilter(QRenderPassFilterPrivate &dd, Qt3DCore::QNode *parent = nullptr) |
- 2 protected functions inherited from Qt3DCore::QNode
- 9 protected functions inherited from QObject
Additional Inherited Members
- 2 properties inherited from Qt3DCore::QNode
- 1 property inherited from QObject
- 2 public slots inherited from Qt3DCore::QNode
- 1 public slot inherited from QObject
- 3 signals inherited from Qt3DCore::QNode
- 2 signals inherited from QObject
- 11 static public members inherited from QObject
Detailed Description
Provides storage for vectors of Filter Keys and Parameters
Member Function Documentation
QRenderPassFilter::QRenderPassFilter(Qt3DCore::QNode *parent = nullptr)
Default constructs an instance of QRenderPassFilter.
[protected]
QRenderPassFilter::QRenderPassFilter(QRenderPassFilterPrivate &dd, Qt3DCore::QNode *parent = nullptr)
Copy constructor.
void QRenderPassFilter::addMatch(QFilterKey *filterKey)
Add the filter key filterKey to the match vector.
void QRenderPassFilter::addParameter(QParameter *parameter)
Add the parameter parameter to the parameter vector.
QVector<QFilterKey *> QRenderPassFilter::matchAny() const
Returns a vector of the current keys for the filter.
QVector<QParameter *> QRenderPassFilter::parameters() const
Returns the current vector of parameters.
void QRenderPassFilter::removeMatch(QFilterKey *filterKey)
Remove the filter key filterKey from the match vector.
void QRenderPassFilter::removeParameter(QParameter *parameter)
Remove the parameter parameter from the parameter vector.
© 2017 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.