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

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)

© 2017 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.