| typedef | const_iterator |
| typedef | const_reverse_iterator |
| QAnimationClipData () | |
| QAnimationClipData ( const QAnimationClipData & ) | |
| ~QAnimationClipData () | |
| void | appendChannel (const QChannel & c ) |
| const_iterator | begin () const |
| const_iterator | cbegin () const |
| const_iterator | cend () const |
| int | channelCount () const |
| void | clearChannels () |
| const_reverse_iterator | crbegin () const |
| const_reverse_iterator | crend () const |
| const_iterator | end () const |
| void | insertChannel (int index , const QChannel & c ) |
| bool | isValid () const |
| QString | name () const |
| const_reverse_iterator | rbegin () const |
| void | removeChannel (int index ) |
| const_reverse_iterator | rend () const |
| void | setName (const QString & name ) |
| QAnimationClipData & | operator= ( const QAnimationClipData & ) |
Default constructs an instance of QAnimationClipData.
Copy constructor.
Destroys the instance of QAnimationClipData.
另请参阅 setName ().
另请参阅 name ().
拷贝赋值运算符。