QInputAspect Class
(Qt3DInput::QInputAspect)Header: | #include <QInputAspect> |
qmake: | QT += 3dinput |
Since: | Qt 5.5 |
Inherits: | Qt3DCore::QAbstractAspect |
Properties
- camera : Qt3DCore::QCamera *
- 1 property inherited from QObject
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) |
- 31 public functions inherited from QObject
Public Slots
void | setCamera(Qt3DCore::QCamera *camera) |
- 1 public slot inherited from QObject
Additional Inherited Members
- 2 signals inherited from QObject
- 11 static public members inherited from QObject
- 2 protected functions inherited from Qt3DCore::QAbstractAspect
- 9 protected functions inherited from QObject
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.
QAbstractPhysicalDevice *QInputAspect::createPhysicalDevice(const QString &name)
[virtual]
QVector<Qt3DCore::QAspectJobPtr> QInputAspect::jobsToExecute(qint64 time)
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/archives/qt-5.6/qt3dinput-qinputaspect.html