QActionInput Class

(Qt3DInput::QActionInput)

QActionInput stores Device and Buttons used to trigger an input event. 更多...

头文件: #include <QActionInput>
qmake: QT += 3dinput
开始支持版本: Qt 5.7
Instantiated By: ActionInput
基类: Qt3DInput::QAbstractActionInput

属性

公有函数

QActionInput(Qt3DCore::QNode *parent = nullptr)
QVector<int> buttons() const
QAbstractPhysicalDevice *sourceDevice() const

公有槽函数

void setButtons(const QVector<int> &buttons)
void setSourceDevice(QAbstractPhysicalDevice *sourceDevice)

信号

void buttonsChanged(const QVector<int> &buttons)
void sourceDeviceChanged(QAbstractPhysicalDevice *sourceDevice)

其他继承的成员

详细描述

QActionInput stores Device and Buttons used to trigger an input event.

属性

buttons : QVector<int>

Holds the buttons that can trigger this Action.

访问函数:

QVector<int> buttons() const
void setButtons(const QVector<int> &buttons)

Notifier signal:

void buttonsChanged(const QVector<int> &buttons)

sourceDevice : Qt3DInput::QAbstractPhysicalDevice *

The current source device of the QActionInput.

访问函数:

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

Notifier signal:

void sourceDeviceChanged(QAbstractPhysicalDevice *sourceDevice)

成员函数

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

Constructs a new QActionInput instance with parent.

[signal] void QActionInput::buttonsChanged(const QVector<int> &buttons)

This signal is emitted when the buttons associated with the action input is changed. The buttons changed are buttons

Note: Notifier signal for property buttons.

[slot] void QActionInput::setButtons(const QVector<int> &buttons)

Set the buttons to trigger the QActionInput instance to buttons.

Note: Setter function for property buttons.

参见 buttons().

[signal] void QActionInput::sourceDeviceChanged(QAbstractPhysicalDevice *sourceDevice)

This signal is emitted when the source device associated with the action input is changed to sourceDevice.

Note: Notifier signal for property sourceDevice.