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