QKeyboardDevice Class
class Qt3DInput::QKeyboardDeviceQKeyboardDeviceはキーボードイベントをQQKeyboardHandlerオブジェクトにディスパッチします。詳細...
Header: | #include <QKeyboardDevice> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3dinput) target_link_libraries(mytarget PRIVATE Qt6::3dinput) |
qmake: | QT += 3dinput |
In QML: | KeyboardDevice |
Inherits: | Qt3DInput::QAbstractPhysicalDevice |
Status: | Deprecated |
プロパティ
- activeInput : Qt3DInput::QKeyboardHandler* const
パブリック関数
QKeyboardDevice(Qt3DCore::QNode *parent = nullptr) | |
Qt3DInput::QKeyboardHandler * | activeInput() const |
再実装パブリック関数
virtual int | axisCount() const override |
virtual int | axisIdentifier(const QString &name) const override |
virtual QStringList | axisNames() const override |
virtual int | buttonCount() const override |
virtual int | buttonIdentifier(const QString &name) const override |
virtual QStringList | buttonNames() const override |
シグナル
void | activeInputChanged(Qt3DInput::QKeyboardHandler *activeInput) |
プロパティの説明
[read-only]
activeInput : Qt3DInput::QKeyboardHandler* const
デバイスのアクティブなQKeyboardHandler を保持する。
アクセス関数:
Qt3DInput::QKeyboardHandler * | activeInput() const |
通知シグナル:
void | activeInputChanged(Qt3DInput::QKeyboardHandler *activeInput) |
メンバ関数 ドキュメント
[explicit]
QKeyboardDevice::QKeyboardDevice(Qt3DCore::QNode *parent = nullptr)
新しい QKeyboardDevice インスタンスをparent で構築します。
[override virtual]
int QKeyboardDevice::axisCount() const
再インプリメント:QAbstractPhysicalDevice::axisCount() const.
軸数を返します。
注意: 現在は常にゼロを返します。
[override virtual]
int QKeyboardDevice::axisIdentifier(const QString &name) const
再インプリメント:QAbstractPhysicalDevice::axisIdentifier(const QString &name) const.
name に一致する axisIdentifier を返します。
[override virtual]
QStringList QKeyboardDevice::axisNames() const
再実装: (const QString &name) const:QAbstractPhysicalDevice::axisNames() const.
軸名を返します。
注意: 現在は常に空のQStringList を返します。
[override virtual]
int QKeyboardDevice::buttonCount() const
再インプリメント:QAbstractPhysicalDevice::buttonCount() const.
ボタン数を返します。
[override virtual]
int QKeyboardDevice::buttonIdentifier(const QString &name) const
再実装:QAbstractPhysicalDevice::buttonIdentifier(const QString &name) const.
name にマッチする buttonIdentifier を返します。
[override virtual]
QStringList QKeyboardDevice::buttonNames() const
再インプリメント: (const QString &name) const:QAbstractPhysicalDevice::buttonNames() const.
ボタン名を返します。
©2024 The Qt Company Ltd. 本文書に含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。