QLogicalDevice Class
(Qt3DInput::QLogicalDevice)QLogicalDevice allows the user to define a set of actions that they wish to use within an application. More...
Header: | #include <QLogicalDevice> |
qmake: | QT += 3dinput |
Since: | Qt 5.6 |
Instantiated By: | LogicalDevice |
Inherits: | Qt3DCore::QComponent |
Public Functions
QLogicalDevice(Qt3DCore::QNode *parent = 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) |
- 2 public functions inherited from Qt3DCore::QComponent
- 6 public functions inherited from Qt3DCore::QNode
- 31 public functions inherited from QObject
Additional Inherited Members
- 1 property inherited from Qt3DCore::QComponent
- 2 properties inherited from Qt3DCore::QNode
- 1 property inherited from QObject
- 1 public slot inherited from Qt3DCore::QComponent
- 2 public slots inherited from Qt3DCore::QNode
- 1 public slot inherited from QObject
- 1 signal inherited from Qt3DCore::QComponent
- 3 signals inherited from Qt3DCore::QNode
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 2 protected functions inherited from Qt3DCore::QNode
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Detailed Description
QLogicalDevice allows the user to define a set of actions that they wish to use within an application.
Member Function Documentation
QLogicalDevice::QLogicalDevice(Qt3DCore::QNode *parent = nullptr)
Constructs a new QLogicalDevice instance with parent parent.
QLogicalDevice::~QLogicalDevice()
Destroys the instance of QLogicalDevice.
QVector<QAction *> QLogicalDevice::actions() const
Returns the list of actions.
void QLogicalDevice::addAction(QAction *action)
Add an action to the list of actions.
void QLogicalDevice::addAxis(QAxis *axis)
Add an axis to the list of axis.
QVector<QAxis *> QLogicalDevice::axes() const
Returns the list of axis.
void QLogicalDevice::removeAction(QAction *action)
Remove an action from the list of actions.
void QLogicalDevice::removeAxis(QAxis *axis)
Remove an axis drom the list of axis.