typedef | const_iterator |
typedef | const_reverse_iterator |
QChannelComponent () | |
QChannelComponent (const QString & name ) | |
QChannelComponent ( const QChannelComponent & ) | |
~QChannelComponent () | |
void | appendKeyFrame (const QKeyFrame & kf ) |
const_iterator | begin () const |
const_iterator | cbegin () const |
const_iterator | cend () const |
void | clearKeyFrames () |
const_reverse_iterator | crbegin () const |
const_reverse_iterator | crend () const |
const_iterator | end () const |
void | insertKeyFrame (int index , const QKeyFrame & kf ) |
int | keyFrameCount () const |
QString | name () const |
const_reverse_iterator | rbegin () const |
void | removeKeyFrame (int index ) |
const_reverse_iterator | rend () const |
void | setName (const QString & name ) |
QChannelComponent & | operator= ( const QChannelComponent & ) |
Default constructs an instance of QChannelComponent.
Default constructs an instance of QChannelComponent.
Copy constructor.
Destroys the instance of QChannelComponent.
另请参阅 setName ().
另请参阅 name ().
拷贝赋值运算符。