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