QInputAspect Class
(Qt3D::QInputAspect)Header: | #include <QInputAspect> |
qmake: | QT += 3dinput |
Since: | Qt 5.5 |
Inherits: | QAbstractAspect |
Properties
- camera : Qt3D::QCamera *
- 1 property inherited from QObject
Public Functions
QInputAspect(QObject * parent = 0) | |
QCamera * | camera() const |
Reimplemented Public Functions
virtual QVector<QAspectJobPtr> | jobsToExecute(qint64 time) |
virtual void | sceneNodeAdded(QSceneChangePtr & e) |
virtual void | sceneNodeRemoved(QSceneChangePtr & e) |
- 5 public functions inherited from Qt3D::QAbstractAspect
- 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
Public Slots
void | setCamera(QCamera * camera) |
- 1 public slot inherited from QObject
Additional Inherited Members
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 5 protected functions inherited from Qt3D::QAbstractAspect
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Detailed Description
Property Documentation
camera : Qt3D::QCamera *
Access functions:
QCamera * | camera() const |
void | setCamera(QCamera * camera) |