The base class for jobs executed in an aspect 更多...
| 头: | #include <Qt3DCore/QAspectJob> |
| qmake: | QT += 3dcore |
| QAspectJob () | |
| virtual | ~QAspectJob () |
| void | addDependency (QWeakPointer<QAspectJob> dependency ) |
| QVector<QWeakPointer<QAspectJob> > | dependencies () const |
| void | removeDependency (QWeakPointer<QAspectJob> dependency ) |
| virtual void | run () = 0 |
The base class for jobs executed in an aspect
Default constructs an instance of QAspectJob.
[虚拟]
QAspectJob::
~QAspectJob
()
Destroys the instance of QAspectJob. The destructor is virtual.
添加 dependency to the aspect job.
Returns the dependencies of the aspect job.
移除给定 dependency from aspect job.
[pure virtual]
void
QAspectJob::
run
()
Executes job.