QAnimationClipData#
Class containing the animation data. More…
New in version 6.1.
Synopsis#
Functions#
def
appendChannel
(c)def
begin
()def
cbegin
()def
cend
()def
channelCount
()def
clearChannels
()def
end
()def
insertChannel
(index, c)def
isValid
()def
name
()def
__ne__
(rhs)def
__eq__
(rhs)def
removeChannel
(index)def
setName
(name)
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.QAnimationClipData#
PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData(arg__1)
- Parameters:
arg__1 –
PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.appendChannel(c)#
- Parameters:
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.begin()#
- Return type:
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.cbegin()#
- Return type:
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.cend()#
- Return type:
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.channelCount()#
- Return type:
int
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.clearChannels()#
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.end()#
- Return type:
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.insertChannel(index, c)#
- Parameters:
index – int
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.isValid()#
- Return type:
bool
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.name()#
- Return type:
str
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.__ne__(rhs)#
- Parameters:
rhs –
PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData
- Return type:
bool
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.__eq__(rhs)#
- Parameters:
rhs –
PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData
- Return type:
bool
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.removeChannel(index)#
- Parameters:
index – int
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.setName(name)#
- Parameters:
name – str