class QAnimationClipData#

包含动画数据的类。 更多

自版本 6.1 以来新增。

摘要#

方法#

注意

本文档可能包含自动从C++到Python翻译的代码片段。我们始终欢迎对片段翻译的贡献。如果您发现翻译中的问题,您也可以通过在https:/bugreports.qt.io/projects/PYSIDE上创建工单的方式来告诉我们

详细说明#

__init__()#
__init__(arg__1)
参数:

arg__1QAnimationClipData

appendChannel(c)#
参数:

cQChannel

begin()#
返回类型:

QChannel

cbegin()#
返回类型:

QChannel

cend()#
返回类型:

QChannel

channelCount()#
返回类型:

int

clearChannels()#
end()#
返回类型:

QChannel

insertChannel(index, c)#
参数:
  • index – int

  • cQChannel

isValid()#
返回类型:

bool

name()#
返回类型:

str

__ne__(rhs)#
参数:

rhsQAnimationClipData

返回类型:

bool

__eq__(rhs)#
参数:

rhsQAnimationClipData

返回类型:

bool

removeChannel(index)#
参数:

index – int

setName(name)#
参数:

name – str