QChannelComponent Class

( Qt3DAnimation::QChannelComponent )

公共类型

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 & )

成员类型文档编制

typedef QChannelComponent:: const_iterator

typedef QChannelComponent:: const_reverse_iterator

成员函数文档编制

QChannelComponent:: QChannelComponent ()

Default constructs an instance of QChannelComponent.

QChannelComponent:: QChannelComponent (const QString & name )

Default constructs an instance of QChannelComponent.

QChannelComponent:: QChannelComponent ( const QChannelComponent & )

Copy constructor.

QChannelComponent:: ~QChannelComponent ()

Destroys the instance of QChannelComponent.

void QChannelComponent:: appendKeyFrame (const QKeyFrame & kf )

const_iterator QChannelComponent:: begin () const

const_iterator QChannelComponent:: cbegin () const

const_iterator QChannelComponent:: cend () const

void QChannelComponent:: clearKeyFrames ()

const_reverse_iterator QChannelComponent:: crbegin () const

const_reverse_iterator QChannelComponent:: crend () const

const_iterator QChannelComponent:: end () const

void QChannelComponent:: insertKeyFrame ( int index , const QKeyFrame & kf )

int QChannelComponent:: keyFrameCount () const

QString QChannelComponent:: name () const

另请参阅 setName ().

const_reverse_iterator QChannelComponent:: rbegin () const

void QChannelComponent:: removeKeyFrame ( int index )

const_reverse_iterator QChannelComponent:: rend () const

void QChannelComponent:: setName (const QString & name )

另请参阅 name ().

QChannelComponent &QChannelComponent:: operator= ( const QChannelComponent & )

拷贝赋值运算符。