QAnalogAxisInput Class
class Qt3DInput::QAnalogAxisInputアナログ入力で制御される軸入力 ジョイスティックのような従来のアナログ入力のように軸値を制御します。詳細...
Header: | #include <Qt3DInput/QAnalogAxisInput> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3dinput) target_link_libraries(mytarget PRIVATE Qt6::3dinput) |
qmake: | QT += 3dinput |
In QML: | AnalogAxisInput |
Inherits: | Qt3DInput::QAbstractAxisInput |
Status: | Deprecated |
プロパティ
- axis : int
パブリック関数
QAnalogAxisInput(Qt3DCore::QNode *parent = nullptr) | |
int | axis() const |
パブリックスロット
void | setAxis(int axis) |
シグナル
void | axisChanged(int axis) |
プロパティの説明
axis : int
アナログ入力の軸。
アクセス関数:
int | axis() const |
void | setAxis(int axis) |
通知信号:
void | axisChanged(int axis) |
メンバ関数ドキュメント
[explicit]
QAnalogAxisInput::QAnalogAxisInput(Qt3DCore::QNode *parent = nullptr)
新しい QAnalogAxisInput インスタンスをparent で構築します。
本ドキュメントに含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。