QInputDeviceIntegration Class
(Qt3DInput::QInputDeviceIntegration)Public Functions
virtual QAbstractPhysicalDevice * | createPhysicalDevice(const QString &name) = 0 |
void | initialize(Qt3DInput::QInputAspect *aspect) |
virtual QVector<Qt3DCore::QAspectJobPtr> | jobsToExecute(qint64 time) = 0 |
virtual QAbstractPhysicalDeviceBackendNode * | physicalDevice(Qt3DCore::QNodeId id) const = 0 |
virtual QVector<Qt3DCore::QNodeId> | physicalDevices() const = 0 |
Protected Functions
QInputDeviceIntegration(QObject *parent = 0) | |
QInputDeviceIntegration(QInputDeviceIntegrationPrivate &dd, QObject *parent = 0) | |
QInputAspect * | inputAspect() const |
void | registerBackendType(const Qt3DCore::QBackendNodeFunctorPtr &functor) |
void | registerBackendType(const QMetaObject &metaObject, const Qt3DCore::QBackendNodeFunctorPtr &functor) |