QInputAspect Class
(Qt3DInput::QInputAspect)Header: | #include <QInputAspect> |
qmake: | QT += 3dinput |
Since: | Qt 5.5 |
Inherits: | Qt3DCore::QAbstractAspect |
Properties
- camera : Qt3DCore::QCamera *
Public Functions
QInputAspect(QObject *parent = Q_NULLPTR) | |
Qt3DCore::QCamera * | camera() const |
QAbstractPhysicalDevice * | createPhysicalDevice(const QString &name) |
Reimplemented Public Functions
virtual QVector<Qt3DCore::QAspectJobPtr> | jobsToExecute(qint64 time) |
Public Slots
void | setCamera(Qt3DCore::QCamera *camera) |
Additional Inherited Members
- 2 protected functions inherited from Qt3DCore::QAbstractAspect
Detailed Description
Property Documentation
camera : Qt3DCore::QCamera *
Access functions:
Qt3DCore::QCamera * | camera() const |
void | setCamera(Qt3DCore::QCamera *camera) |
Member Function Documentation
QInputAspect::QInputAspect(QObject *parent = Q_NULLPTR)
Default constructs an instance of QInputAspect.