QChannelMapping#

Allows to map the channels within the clip onto properties of objects in the application. More

Inheritance diagram of PySide6.Qt3DAnimation.Qt3DAnimation.QChannelMapping

Synopsis#

Properties#

Functions#

Slots#

Signals#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

class PySide6.Qt3DAnimation.Qt3DAnimation.QChannelMapping([parent=None])#
Parameters:

parentPySide6.Qt3DCore.Qt3DCore.QNode

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property PᅟySide6.Qt3DAnimation.Qt3DAnimation.QChannelMapping.channelName: str#
Access functions:
property PᅟySide6.Qt3DAnimation.Qt3DAnimation.QChannelMapping.property: str#
Access functions:
property PᅟySide6.Qt3DAnimation.Qt3DAnimation.QChannelMapping.target: PySide6.Qt3DCore.Qt3DCore.QNode#
Access functions:
PySide6.Qt3DAnimation.Qt3DAnimation.QChannelMapping.channelName()#
Return type:

str

See also

setChannelName()

Getter of property channelName .

PySide6.Qt3DAnimation.Qt3DAnimation.QChannelMapping.channelNameChanged(channelName)#
Parameters:

channelName – str

Notification signal of property channelName .

PySide6.Qt3DAnimation.Qt3DAnimation.QChannelMapping.property()#
Return type:

str

See also

setProperty()

Getter of property property .

PySide6.Qt3DAnimation.Qt3DAnimation.QChannelMapping.propertyChanged(property)#
Parameters:

property – str

Notification signal of property property .

PySide6.Qt3DAnimation.Qt3DAnimation.QChannelMapping.setChannelName(channelName)#
Parameters:

channelName – str

See also

channelName()

Setter of property channelName .

PySide6.Qt3DAnimation.Qt3DAnimation.QChannelMapping.setProperty(property)#
Parameters:

property – str

See also

property()

Setter of property property .

PySide6.Qt3DAnimation.Qt3DAnimation.QChannelMapping.setTarget(target)#
Parameters:

targetPySide6.Qt3DCore.Qt3DCore.QNode

See also

target()

Setter of property target .

PySide6.Qt3DAnimation.Qt3DAnimation.QChannelMapping.target()#
Return type:

PySide6.Qt3DCore.Qt3DCore.QNode

See also

setTarget()

Getter of property target .

PySide6.Qt3DAnimation.Qt3DAnimation.QChannelMapping.targetChanged(target)#
Parameters:

targetPySide6.Qt3DCore.Qt3DCore.QNode

Notification signal of property target .