QChannelMapping#
Allows to map the channels within the clip onto properties of objects in the application. More…
Synopsis#
Properties#
Functions#
def
channelName
()def
property
()def
target
()
Slots#
def
setChannelName
(channelName)def
setProperty
(property)def
setTarget
(target)
Signals#
def
channelNameChanged
(channelName)def
propertyChanged
(property)def
targetChanged
(target)
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:
parent –
PySide6.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:
channelName
()setChannelName
(channelName)Signal
channelNameChanged
(channelName)
- property PᅟySide6.Qt3DAnimation.Qt3DAnimation.QChannelMapping.property: str#
- Access functions:
property
()setProperty
(property)Signal
propertyChanged
(property)
- property PᅟySide6.Qt3DAnimation.Qt3DAnimation.QChannelMapping.target: PySide6.Qt3DCore.Qt3DCore.QNode#
- Access functions:
target
()setTarget
(target)Signal
targetChanged
(target)
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannelMapping.channelName()#
- Return type:
str
See also
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
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
Setter of property channelName
.
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannelMapping.setProperty(property)#
- Parameters:
property – str
See also
Setter of property property
.
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannelMapping.setTarget(target)#
- Parameters:
target –
PySide6.Qt3DCore.Qt3DCore.QNode
See also
Setter of property target
.
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannelMapping.target()#
- Return type:
See also
Getter of property target
.
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannelMapping.targetChanged(target)#
- Parameters:
target –
PySide6.Qt3DCore.Qt3DCore.QNode
Notification signal of property target
.