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
and QRenderPass
to specify at which stage of rendering the technique or the render pass is used.
Note
QFilterKey
node can not be disabled.
- class PySide6.Qt3DRender.Qt3DRender.QFilterKey([parent=None])#
- Parameters
parent –
PySide6.Qt3DCore.Qt3DCore.QNode
- PySide6.Qt3DRender.Qt3DRender.QFilterKey.name()#
- Return type
str
Holds the name of the filter key.
- PySide6.Qt3DRender.Qt3DRender.QFilterKey.nameChanged(name)#
- Parameters
name – str
- PySide6.Qt3DRender.Qt3DRender.QFilterKey.setName(customType)#
- Parameters
customType – str
Holds the name of the filter key.
- PySide6.Qt3DRender.Qt3DRender.QFilterKey.setValue(value)#
- Parameters
value – object
Holds the value of the filter key.
- PySide6.Qt3DRender.Qt3DRender.QFilterKey.value()#
- Return type
object
Holds the value of the filter key.
- PySide6.Qt3DRender.Qt3DRender.QFilterKey.valueChanged(value)#
- Parameters
value – object