Class containing the animation data. 更多...
| 头: | #include <QAnimationClipData> |
| qmake: | QT += 3danimation |
| typedef | const_iterator |
| typedef | const_reverse_iterator |
| QAnimationClipData () | |
| QAnimationClipData ( const Qt3DAnimation::QAnimationClipData & ) | |
| ~QAnimationClipData () | |
| void | appendChannel (const Qt3DAnimation::QChannel & c ) |
| Qt3DAnimation::QAnimationClipData::const_iterator | begin () const |
| Qt3DAnimation::QAnimationClipData::const_iterator | cbegin () const |
| Qt3DAnimation::QAnimationClipData::const_iterator | cend () const |
| int | channelCount () const |
| void | clearChannels () |
| Qt3DAnimation::QAnimationClipData::const_reverse_iterator | crbegin () const |
| Qt3DAnimation::QAnimationClipData::const_reverse_iterator | crend () const |
| Qt3DAnimation::QAnimationClipData::const_iterator | end () const |
| void | insertChannel (int index , const Qt3DAnimation::QChannel & c ) |
| bool | isValid () const |
| QString | name () const |
| Qt3DAnimation::QAnimationClipData::const_reverse_iterator | rbegin () const |
| void | removeChannel (int index ) |
| Qt3DAnimation::QAnimationClipData::const_reverse_iterator | rend () const |
| void | setName (const QString & name ) |
| Qt3DAnimation::QAnimationClipData & | operator= ( const Qt3DAnimation::QAnimationClipData & ) |
Class containing the animation data.
Default constructs an instance of QAnimationClipData.
Default constructs an instance of QAnimationClipData.
Destroys the instance of QAnimationClipData.
另请参阅 setName ().
另请参阅 name ().
拷贝赋值运算符。