Defines a channel for a QAnimationClipData . The animation system interpolates each channel component independently except in the case the QChannel is called "Rotation" (case sensitive), it has four QChannelComponents and the same number of keyframes for each QChannelComponent . In that case the interpolation will be performed using SLERP. 更多...
头: | #include <QChannel> |
qmake: | QT += 3danimation |
typedef | const_iterator |
typedef | const_reverse_iterator |
QChannel () | |
QChannel (const QString & name ) | |
QChannel ( const Qt3DAnimation::QChannel & ) | |
~QChannel () | |
void | appendChannelComponent (const Qt3DAnimation::QChannelComponent & component ) |
Qt3DAnimation::QChannel::const_iterator | begin () const |
Qt3DAnimation::QChannel::const_iterator | cbegin () const |
Qt3DAnimation::QChannel::const_iterator | cend () const |
int | channelComponentCount () const |
void | clearChannelComponents () |
Qt3DAnimation::QChannel::const_reverse_iterator | crbegin () const |
Qt3DAnimation::QChannel::const_reverse_iterator | crend () const |
Qt3DAnimation::QChannel::const_iterator | end () const |
void | insertChannelComponent (int index , const Qt3DAnimation::QChannelComponent & component ) |
int | jointIndex () const |
QString | name () const |
Qt3DAnimation::QChannel::const_reverse_iterator | rbegin () const |
void | removeChannelComponent (int index ) |
Qt3DAnimation::QChannel::const_reverse_iterator | rend () const |
void | setJointIndex (int jointIndex ) |
void | setName (const QString & name ) |
Qt3DAnimation::QChannel & | operator= ( const Qt3DAnimation::QChannel & ) |
Defines a channel for a QAnimationClipData . The animation system interpolates each channel component independently except in the case the QChannel is called "Rotation" (case sensitive), it has four QChannelComponents and the same number of keyframes for each QChannelComponent . In that case the interpolation will be performed using SLERP.
Default constructs an instance of QChannel.
Default constructs an instance of QChannel.
Default constructs an instance of QChannel.
Destroys the instance of QChannel.
另请参阅 setJointIndex ().
另请参阅 setName ().
另请参阅 jointIndex ().
另请参阅 name ().
拷贝赋值运算符。