QLogicalDevice Class

(Qt3DInput::QLogicalDevice)
Header: #include <QLogicalDevice>
qmake: QT += 3dinput
Since: Qt 5.5
Inherits: Qt3DCore::QNode

Public Functions

QLogicalDevice(Qt3DCore::QNode *parent = Q_NULLPTR)
~QLogicalDevice()
QVector<QAction *> actions() const
void addAction(QAction *action)
void addAxis(QAxis *axis)
QVector<QAxis *> axes() const
void removeAction(QAction *action)
void removeAxis(QAxis *axis)

Protected Functions

void copy(const Qt3DCore::QNode *ref)

Additional Inherited Members

Detailed Description

Member Function Documentation

QLogicalDevice::QLogicalDevice(Qt3DCore::QNode *parent = Q_NULLPTR)

Default constructs an instance of QLogicalDevice.

QLogicalDevice::~QLogicalDevice()

Destroys the instance of QLogicalDevice.

QVector<QAction *> QLogicalDevice::actions() const

void QLogicalDevice::addAction(QAction *action)

void QLogicalDevice::addAxis(QAxis *axis)

QVector<QAxis *> QLogicalDevice::axes() const

[protected] void QLogicalDevice::copy(const Qt3DCore::QNode *ref)

void QLogicalDevice::removeAction(QAction *action)

void QLogicalDevice::removeAxis(QAxis *axis)

© 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.