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 &) |
成员函数
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 &)
Copy-assignment operator.