QAspectManager Class

(Qt3DCore::QAspectManager)
Inherits: QObject

Public Functions

QAspectManager(QObject *parent = 0)
~QAspectManager()
void enterSimulationLoop()
void exitSimulationLoop()
bool isShuttingDown() const
  • 32 public functions inherited from QObject

Public Slots

const QVector<QAbstractAspect *> &aspects() const
QChangeArbiter *changeArbiter() const
void exec()
void initialize()
QAbstractAspectJobManager *jobManager() const
void quit()
void registerAspect(Qt3DCore::QAbstractAspect *aspect)
QServiceLocator *serviceLocator() const
void setRootEntity(Qt3DCore::QEntity *root, const QVector<Qt3DCore::QNodeCreatedChangeBasePtr> &changes)
void shutdown()
void unregisterAspect(Qt3DCore::QAbstractAspect *aspect)
  • 1 public slot inherited from QObject

Additional Inherited Members

  • 1 property inherited from QObject
  • 2 signals inherited from QObject
  • 11 static public members inherited from QObject
  • 9 protected functions inherited from QObject

Member Function Documentation

QAspectManager::QAspectManager(QObject *parent = 0)

Default constructs an instance of QAspectManager.

QAspectManager::~QAspectManager()

Destroys the instance of QAspectManager.

[slot] const QVector<QAbstractAspect *> &QAspectManager::aspects() const

[slot] QChangeArbiter *QAspectManager::changeArbiter() const

void QAspectManager::enterSimulationLoop()

[slot] void QAspectManager::exec()

void QAspectManager::exitSimulationLoop()

[slot] void QAspectManager::initialize()

bool QAspectManager::isShuttingDown() const

[slot] QAbstractAspectJobManager *QAspectManager::jobManager() const

[slot] void QAspectManager::quit()

[slot] void QAspectManager::registerAspect(Qt3DCore::QAbstractAspect *aspect)

[slot] QServiceLocator *QAspectManager::serviceLocator() const

[slot] void QAspectManager::setRootEntity(Qt3DCore::QEntity *root, const QVector<Qt3DCore::QNodeCreatedChangeBasePtr> &changes)

[slot] void QAspectManager::shutdown()

[slot] void QAspectManager::unregisterAspect(Qt3DCore::QAbstractAspect *aspect)