QAspectJob Class▲
-
Header: Qt3DCore/QAspectJob
-
Since: Qt 5.7
-
qmake: QT += 3dcore
-
Inherited By:
Detailed Description▲
Member Function Documentation▲
void QAspectJob::addDependency(QWeakPointer<Qt3DCore::QAspectJob> dependency)▲
Adds dependency to the aspect job.
QVector<QWeakPointer<Qt3DCore::QAspectJob>> QAspectJob::dependencies() const▲
Returns the dependencies of the aspect job.
void QAspectJob::removeDependency(QWeakPointer<Qt3DCore::QAspectJob> dependency)▲
Removes the given dependency from aspect job.
[pure virtual] void QAspectJob::run()▲
Executes the job.