QActionInput Class

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

Properties

Public Functions

QActionInput(Qt3DCore::QNode *parent = Q_NULLPTR)
~QActionInput()
QVariantList keys() const
QAbstractPhysicalDevice * sourceDevice() const

Public Slots

void setKeys(const QVariantList &keys)
void setSourceDevice(QAbstractPhysicalDevice *sourceDevice)

Signals

void keysChanged(const QVariantList &keys)
void sourceDeviceChanged(QAbstractPhysicalDevice *sourceDevice)

Protected Functions

void copy(const Qt3DCore::QNode *ref)

Additional Inherited Members

Detailed Description

Property Documentation

keys : QVariantList

Access functions:

QVariantList keys() const
void setKeys(const QVariantList &keys)

Notifier signal:

void keysChanged(const QVariantList &keys)

sourceDevice : Qt3DInput::QAbstractPhysicalDevice *

Access functions:

QAbstractPhysicalDevice * sourceDevice() const
void setSourceDevice(QAbstractPhysicalDevice *sourceDevice)

Notifier signal:

void sourceDeviceChanged(QAbstractPhysicalDevice *sourceDevice)

Member Function Documentation

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

Default constructs an instance of QActionInput.

QActionInput::~QActionInput()

Destroys the instance of QActionInput.

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

© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/archives/qt-5.6/qt3dinput-qactioninput.html