QAnimationClipLoader Class
(Qt3DAnimation::QAnimationClipLoader)公有类型
enum | Status { NotReady, Ready, Error } |
属性
- 1 个属性继承自 Qt3DAnimation::QAbstractAnimationClip
- 3 个属性继承自 Qt3DCore::QNode
- 1 个属性继承自 QObject
公有函数
QAnimationClipLoader(Qt3DCore::QNode *parent = nullptr) | |
QAnimationClipLoader(const QUrl &source, Qt3DCore::QNode *parent = nullptr) | |
~QAnimationClipLoader() | |
QUrl | source() const |
Status | status() const |
- 1 个公有函数继承自 Qt3DAnimation::QAbstractAnimationClip
- 11 个公有函数继承自 Qt3DCore::QNode
- 32 个公有函数继承自 QObject
公有槽函数
void | setSource(const QUrl &source) |
- 3 个公有槽函数继承自 Qt3DCore::QNode
- 1 个公有槽函数继承自 QObject
信号
void | sourceChanged(const QUrl &source) |
void | statusChanged(Status status) |
- 1 个信号继承自 Qt3DAnimation::QAbstractAnimationClip
- 4 个信号继承自 Qt3DCore::QNode
- 2 个信号继承自 QObject
受保护的函数
QAnimationClipLoader(QAnimationClipLoaderPrivate &dd, Qt3DCore::QNode *parent = nullptr) | |
void | sceneChangeEvent(const Qt3DCore::QSceneChangePtr &change) |
- 2 个受保护的函数继承自 Qt3DCore::QNode
- 9 个受保护的函数继承自 QObject
其他继承的成员
属性
source : QUrl
访问函数:
QUrl | source() const |
void | setSource(const QUrl &source) |
Notifier signal:
void | sourceChanged(const QUrl &source) |
status : const Status
访问函数:
Status | status() const |
Notifier signal:
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.