QFilterKey¶
The
QFilterKey
class provides storage for filter keys and their values. More…
Synopsis¶
Functions¶
Slots¶
Signals¶
def
nameChanged
(name)def
valueChanged
(value)
Detailed Description¶
Filter keys are used by
QTechnique
andQRenderPass
to specify at which stage of rendering the technique or the render pass is used.Note
QFilterKey
node can not be disabled.
- class PySide2.Qt3DRender.Qt3DRender.QFilterKey([parent=None])¶
- Parameters:
parent –
PySide2.Qt3DCore.Qt3DCore.QNode
- PySide2.Qt3DRender.Qt3DRender.QFilterKey.name()¶
- Return type:
str
Holds the name of the filter key.
- PySide2.Qt3DRender.Qt3DRender.QFilterKey.nameChanged(name)¶
- Parameters:
name – str
- PySide2.Qt3DRender.Qt3DRender.QFilterKey.setName(customType)¶
- Parameters:
customType – str
Holds the name of the filter key.
- PySide2.Qt3DRender.Qt3DRender.QFilterKey.setValue(value)¶
- Parameters:
value – object
Holds the value of the filter key.
- PySide2.Qt3DRender.Qt3DRender.QFilterKey.value()¶
- Return type:
object
Holds the value of the filter key.
- PySide2.Qt3DRender.Qt3DRender.QFilterKey.valueChanged(value)¶
- Parameters:
value – object
© 2022 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.