QAnimationClipLoader Class
(
Qt3DAnimation::QAnimationClipLoader
)
公共類型
|
enum
|
Status
{ NotReady, Ready, Error }
|
特性
公共函數
公共槽
信號
保護函數
額外繼承成員
成員類型文檔編製
enum QAnimationClipLoader::
Status
特性文檔編製
source
:
QUrl
訪問函數:
|
QUrl
|
source
() const
|
|
void
|
setSource
(const QUrl &
source
)
|
通知程序信號:
|
void
|
sourceChanged
(const QUrl &
source
)
|
status
: const
Status
訪問函數:
通知程序信號:
|
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
)