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:

Qt3DInput::QAnalogAxisInput and Qt3DInput::QButtonAxisInput

This class was introduced in Qt 5.5.

Properties

Public Functions

Qt3DInput::QAbstractPhysicalDevice *sourceDevice() const

Public Slots

void setSourceDevice(Qt3DInput::QAbstractPhysicalDevice *sourceDevice)

Signals

void sourceDeviceChanged(Qt3DInput::QAbstractPhysicalDevice *sourceDevice)
typedef QNodePtr
typedef QNodeVector
typedef QObjectList
QList<T> qFindChildren(const QObject *obj, const QRegExp &regExp)
Qt3DCore::QNodeId qIdForNode(Qt3DCore::QNode *node)
Qt3DCore::QNodeIdVector qIdsForNodes(const T &nodes)
T qobject_cast(QObject *object)
T qobject_cast(const QObject *object)

Macros

Additional Inherited Members

  • 9 static public members inherited from QObject
  • 2 protected functions inherited from Qt3DCore::QNode
  • 9 protected functions inherited from QObject

Detailed Description

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)