QAnimationClipLoader Class

( Qt3DAnimation::QAnimationClipLoader )
继承: Qt3DAnimation::QAbstractAnimationClip

公共类型

enum Status { NotReady, Ready, Error }

特性

公共函数

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

公共槽

void setSource (const QUrl & source )

信号

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

保护函数

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

额外继承成员

成员类型文档编制

enum QAnimationClipLoader:: Status

特性文档编制

source : QUrl

访问函数:

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

通知程序信号:

void sourceChanged (const QUrl & source )

status : const Status

访问函数:

Status status () const

通知程序信号:

void statusChanged (Status status )

成员函数文档编制

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 )