QChannelComponent Class

(Qt3DAnimation::QChannelComponent)

Public Types

Public Functions

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

Member Type Documentation

typedef QChannelComponent::const_iterator

typedef QChannelComponent::const_reverse_iterator

Member Function Documentation

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

See also setName().

const_reverse_iterator QChannelComponent::rbegin() const

void QChannelComponent::removeKeyFrame(int index)

const_reverse_iterator QChannelComponent::rend() const

void QChannelComponent::setName(const QString &name)

See also name().

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

Copy-assignment operator.

© 2018 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.