QScheduler Class
(Qt3DCore::QScheduler)Inherits: | QObject |
Public Functions
QScheduler(QObject *parent = 0) | |
QAspectManager * | aspectManager() const |
virtual void | scheduleAndWaitForFrameAspectJobs(qint64 time) |
void | setAspectManager(QAspectManager *aspectManager) |
- 31 public functions inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Member Function Documentation
QScheduler::QScheduler(QObject *parent = 0)
Default constructs an instance of QScheduler.
QAspectManager *QScheduler::aspectManager() const
See also setAspectManager().
[virtual]
void QScheduler::scheduleAndWaitForFrameAspectJobs(qint64 time)
void QScheduler::setAspectManager(QAspectManager *aspectManager)
See also aspectManager().