QLogicalDevice Class

class Qt3DInput::QLogicalDevice

QLogicalDevice を使用すると、アプリケーション内で使用したいアクションのセットを定義できます。詳細...

Header: #include <QLogicalDevice>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3dinput)
target_link_libraries(mytarget PRIVATE Qt6::3dinput)
qmake: QT += 3dinput
In QML: LogicalDevice
Inherits: Qt3DCore::QComponent
Status: Deprecated

パブリック関数

QLogicalDevice(Qt3DCore::QNode *parent = nullptr)
QList<Qt3DInput::QAction *> actions() const
void addAction(Qt3DInput::QAction *action)
void addAxis(Qt3DInput::QAxis *axis)
QList<Qt3DInput::QAxis *> axes() const
void removeAction(Qt3DInput::QAction *action)
void removeAxis(Qt3DInput::QAxis *axis)

詳細説明

メンバー関数ドキュメント

[explicit] QLogicalDevice::QLogicalDevice(Qt3DCore::QNode *parent = nullptr)

parent を持つ新しい QLogicalDevice インスタンスを構築します。

QList<Qt3DInput::QAction *> QLogicalDevice::actions() const

アクションのリストを返します。

void QLogicalDevice::addAction(Qt3DInput::QAction *action)

アクションのリストにaction を追加します。

void QLogicalDevice::addAxis(Qt3DInput::QAxis *axis)

axis を軸のリストに追加します。

QList<Qt3DInput::QAxis *> QLogicalDevice::axes() const

軸のリストを返します。

void QLogicalDevice::removeAction(Qt3DInput::QAction *action)

アクションのリストからaction を削除します。

void QLogicalDevice::removeAxis(Qt3DInput::QAxis *axis)

軸のリストからaxis を削除します。

©2024 The Qt Company Ltd. 本書に含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。