QAbstractAxisInput Class
(Qt3DInput::QAbstractAxisInput)QAbstractActionInput is the base class for all Axis Input. More...
Header: | #include <Qt3DInput/QAbstractAxisInput> |
qmake: | QT += 3dinput |
Since: | Qt 5.5 |
Inherits: | Qt3DCore::QNode |
Inherited By: |
Properties
- sourceDevice : Qt3DInput::QAbstractPhysicalDevice*
- 3 properties inherited from Qt3DCore::QNode
- 1 property inherited from QObject
Public Functions
Qt3DInput::QAbstractPhysicalDevice * | sourceDevice() const |
- 13 public functions inherited from Qt3DCore::QNode
- 31 public functions inherited from QObject
Public Slots
void | setSourceDevice(Qt3DInput::QAbstractPhysicalDevice *sourceDevice) |
- 3 public slots inherited from Qt3DCore::QNode
- 1 public slot inherited from QObject
Signals
void | sourceDeviceChanged(Qt3DInput::QAbstractPhysicalDevice *sourceDevice) |
- 4 signals inherited from Qt3DCore::QNode
- 2 signals inherited from QObject
Static Public Members
const QMetaObject | staticMetaObject |
- 9 static public members inherited from QObject
Additional Inherited Members
- 2 protected functions inherited from Qt3DCore::QNode
- 9 protected functions inherited from QObject
Detailed Description
QAbstractActionInput is the base class for all Axis Input.
Property Documentation
sourceDevice : Qt3DInput::QAbstractPhysicalDevice*
The source device for the QAbstractAxisInput.
Access functions:
Qt3DInput::QAbstractPhysicalDevice * | sourceDevice() const |
void | setSourceDevice(Qt3DInput::QAbstractPhysicalDevice *sourceDevice) |
Notifier signal:
void | sourceDeviceChanged(Qt3DInput::QAbstractPhysicalDevice *sourceDevice) |
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.12/qt3dinput-qabstractaxisinput.html