QAnimationClipLoader Class

(Qt3DAnimation::QAnimationClipLoader)

Public Types

enum Status { NotReady, Ready, Error }

Properties

Public Functions

QAnimationClipLoader(Qt3DCore::QNode *parent = nullptr)
QAnimationClipLoader(const QUrl &source, Qt3DCore::QNode *parent = nullptr)
~QAnimationClipLoader()
QUrl source() const
Status status() const

Public Slots

void setSource(const QUrl &source)

Signals

void sourceChanged(const QUrl &source)
void statusChanged(Status status)

Protected Functions

QAnimationClipLoader(QAnimationClipLoaderPrivate &dd, Qt3DCore::QNode *parent = nullptr)
void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &change)

Additional Inherited Members

  • 11 static public members inherited from QObject

Member Type Documentation

enum QAnimationClipLoader::Status

Property Documentation

source : QUrl

Access functions:

QUrl source() const
void setSource(const QUrl &source)

Notifier signal:

void sourceChanged(const QUrl &source)

status : const Status

Access functions:

Status status() const

Notifier signal:

void statusChanged(Status status)

Member Function Documentation

QAnimationClipLoader::QAnimationClipLoader(Qt3DCore::QNode *parent = nullptr)

Default constructs an instance of QAnimationClipLoader.

QAnimationClipLoader::QAnimationClipLoader(const QUrl &source, Qt3DCore::QNode *parent = nullptr)

Default constructs an instance of QAnimationClipLoader.

[protected] QAnimationClipLoader::QAnimationClipLoader(QAnimationClipLoaderPrivate &dd, Qt3DCore::QNode *parent = nullptr)

Copy constructor.

QAnimationClipLoader::~QAnimationClipLoader()

Destroys the instance of QAnimationClipLoader.

[protected] void QAnimationClipLoader::sceneChangeEvent(const Qt3DCore::QSceneChangePtr &change)

© 2019 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.