QInputAspect Class
class Qt3DInput::QInputAspect物理デバイスの作成と関連ジョブの処理を担当。詳細...
Header: | #include <QInputAspect> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3dinput) target_link_libraries(mytarget PRIVATE Qt6::3dinput) |
qmake: | QT += 3dinput |
Inherits: | Qt3DCore::QAbstractAspect |
Status: | Deprecated |
パブリック関数
QInputAspect(QObject *parent = nullptr) | |
QStringList | availablePhysicalDevices() const |
Qt3DInput::QAbstractPhysicalDevice * | createPhysicalDevice(const QString &name) |
メンバ関数の説明
[explicit]
QInputAspect::QInputAspect(QObject *parent = nullptr)
parent で新しい QInputAspect を構築します。
QStringList QInputAspect::availablePhysicalDevices() const
利用可能なすべての物理デバイスのリストを返します。
Qt3DInput::QAbstractPhysicalDevice *QInputAspect::createPhysicalDevice(const QString &name)
入力デバイス統合を使用してname で識別される物理デバイスを作成し、見つからない場合はnullptr
を返します。
注: 所有権は呼び出し側にあります。
本書に含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。