Класс QChannelComponent
(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()
Создаёт экземпляр QChannelComponent по умолчанию.
QChannelComponent::QChannelComponent(const QString &name)
Создаёт экземпляр QChannelComponent по умолчанию.
QChannelComponent::QChannelComponent(const QChannelComponent &)
Конструктор копирования.
QChannelComponent::~QChannelComponent()
Удаляет экземпляр 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 &)
Оператор присваивания копированием.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.9/qt3danimation-qchannelcomponent.html