QChannelComponent#

Synopsis#

Functions#

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.QChannelComponent#

PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent(name)

PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent(arg__1)

Parameters:
PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent.appendKeyFrame(kf)#
Parameters:

kfPySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame

PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent.begin()#
Return type:

PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame

PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent.cbegin()#
Return type:

PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame

PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent.cend()#
Return type:

PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame

PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent.clearKeyFrames()#
PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent.end()#
Return type:

PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame

PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent.insertKeyFrame(index, kf)#
Parameters:
PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent.keyFrameCount()#
Return type:

int

PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent.name()#
Return type:

str

PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent.removeKeyFrame(index)#
Parameters:

index – int

PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent.setName(name)#
Parameters:

name – str