class QChannelComponent#

概要#

方法#

备注

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

详细描述#

__init__()#
__init__(name)
参数:

name – 字符串

__init__(arg__1)
参数:

arg__1QChannelComponent

appendKeyFrame(kf)#
参数:

kfQKeyFrame

begin()#
返回类型:

QKeyFrame

cbegin()#
返回类型:

QKeyFrame

cend()#
返回类型:

QKeyFrame

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

QKeyFrame

insertKeyFrame(index, kf)#
参数:
  • index – int

  • kfQKeyFrame

keyFrameCount()#
返回类型:

int

name()#
返回类型:

str

removeKeyFrame(index)#
参数:

index – int

setName(name)#
参数:

name – 字符串