QChannelComponent¶
Synopsis¶
Functions¶
def
appendKeyFrame
(kf)def
begin
()def
cbegin
()def
cend
()def
clearKeyFrames
()def
end
()def
insertKeyFrame
(index, kf)def
keyFrameCount
()def
name
()def
removeKeyFrame
(index)def
setName
(name)
Detailed Description¶
- class PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent¶
PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent(name)
PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent(arg__1)
- Parameters
name – str
arg__1 –
PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent.appendKeyFrame(kf)¶
- Parameters
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent.begin()¶
- Return type
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent.cbegin()¶
- Return type
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent.cend()¶
- Return type
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent.clearKeyFrames()¶
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent.end()¶
- Return type
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent.insertKeyFrame(index, kf)¶
- Parameters
index – int
- 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
© 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.