QAbstractAspect Class
(Qt3D::QAbstractAspect)QAbstractAspect is the base class for aspects that provide a vertical slice of behavior. More...
Header: | #include <QAbstractAspect> |
qmake: | QT += 3dcore |
Inherits: | QObject, QAspectJobProviderInterface, QSceneObserverInterface, and QBackendNodeFactory |
Inherited By: |
Public Types
enum | AspectType { AspectRenderer, AspectAnimation, AspectCollision, AspectPhysics, ..., AspectOther } |
Public Functions
QAbstractAspect(AspectType aspectType, QObject * parent = 0) | |
AspectType | aspectType() const |
bool | isShuttingDown() const |
QAbstractAspectJobManager * | jobManager() const |
void | registerAspect(QEntity * rootObject) |
QServiceLocator * | services() const |
- 31 public functions inherited from QObject
- 1 public function inherited from Qt3D::QAspectJobProviderInterface
- 2 public functions inherited from Qt3D::QSceneObserverInterface
- 1 public function inherited from Qt3D::QBackendNodeFactory
Protected Functions
void | clearBackendNode(QNode * frontend) const |
QBackendNode * | getBackendNode(QNode * frontend) const |
void | registerBackendType(const QBackendNodeFunctorPtr & functor) |
void | registerBackendType(const QMetaObject &, const QBackendNodeFunctorPtr & functor) |
Reimplemented Protected Functions
virtual QBackendNode * | createBackendNode(QNode * frontend) const |
- 9 protected 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
- 2 protected variables inherited from QObject
Detailed Description
QAbstractAspect is the base class for aspects that provide a vertical slice of behavior.