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
)