QInputDeviceIntegration Class
class Qt3DInput::QInputDeviceIntegrationゲームコントローラのような新しい入力メソッドを定義するための抽象基底クラス。詳細...
Header: | #include <QInputDeviceIntegration> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3dinput) target_link_libraries(mytarget PRIVATE Qt6::3dinput) |
qmake: | QT += 3dinput |
Inherits: | QObject |
Status: | Deprecated |
パブリック関数
virtual Qt3DInput::QAbstractPhysicalDevice * | createPhysicalDevice(const QString &name) = 0 |
void | initialize(Qt3DInput::QInputAspect *aspect) |
virtual QAbstractPhysicalDeviceBackendNode * | physicalDevice(Qt3DCore::QNodeId id) const = 0 |
virtual QList<Qt3DCore::QNodeId> | physicalDevices() const = 0 |
保護された関数
QInputDeviceIntegration(QObject *parent = nullptr) | |
Qt3DInput::QInputAspect * | inputAspect() const |
void | registerBackendType(const QMetaObject &metaObject, const Qt3DCore::QBackendNodeMapperPtr &functor) |
メンバー関数ドキュメント
[explicit protected]
QInputDeviceIntegration::QInputDeviceIntegration(QObject *parent = nullptr)
parent で新しい QInputDeviceIntegration を作成します。
[pure virtual]
Qt3DInput::QAbstractPhysicalDevice *QInputDeviceIntegration::createPhysicalDevice(const QString &name)
name で識別される物理デバイスを作成します。
認識されない場合は nullptr を返します。
void QInputDeviceIntegration::initialize(Qt3DInput::QInputAspect *aspect)
統合がaspect で作成された後、InputAspect オブジェクトによって呼び出されます。
[protected]
Qt3DInput::QInputAspect *QInputDeviceIntegration::inputAspect() const
QInputDeviceIntegration::inputAspect InputDeviceIntegration に関連付けられた入力アスペクトを返します。
[pure virtual]
QAbstractPhysicalDeviceBackendNode *QInputDeviceIntegration::physicalDevice(Qt3DCore::QNodeId id) const
指定されたid によって識別されたQAbstractPhysicalDevice がこのQInputDeviceIntegration に関連している場合、その を返します。
[pure virtual]
QList<Qt3DCore::QNodeId> QInputDeviceIntegration::physicalDevices() const
このQInputDeviceIntegration に関連付けられた物理デバイスのノード ID リストを返します。
[protected]
void QInputDeviceIntegration::registerBackendType(const QMetaObject &metaObject, const Qt3DCore::QBackendNodeMapperPtr &functor)
このフロントエンド実装に対応するバックエンドクラスをmetaObject およびfunctor に登録します。
本書に含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。