class QAnimationClipData#

Class containing the animation data. More

New in version 6.1.

Synopsis#

Methods#

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#

__init__()#
__init__(arg__1)
Parameters:

arg__1QAnimationClipData

appendChannel(c)#
Parameters:

cQChannel

begin()#
Return type:

QChannel

cbegin()#
Return type:

QChannel

cend()#
Return type:

QChannel

channelCount()#
Return type:

int

clearChannels()#
end()#
Return type:

QChannel

insertChannel(index, c)#
Parameters:
  • index – int

  • cQChannel

isValid()#
Return type:

bool

name()#
Return type:

str

__ne__(rhs)#
Parameters:

rhsQAnimationClipData

Return type:

bool

__eq__(rhs)#
Parameters:

rhsQAnimationClipData

Return type:

bool

removeChannel(index)#
Parameters:

index – int

setName(name)#
Parameters:

name – str