QAbstractAxisInput Class

class Qt3DInput::QAbstractAxisInput

QAbstractActionInput ist die Basisklasse für alle Achseneingaben. Mehr...

Kopfzeile: #include <Qt3DInput/QAbstractAxisInput>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3dinput)
target_link_libraries(mytarget PRIVATE Qt6::3dinput)
qmake: QT += 3dinput
Vererbt: Qt3DCore::QNode
Vererbt von:

Qt3DInput::QAnalogAxisInput und Qt3DInput::QButtonAxisInput

Status: Veraltet

Eigenschaften

Öffentliche Funktionen

Qt3DInput::QAbstractPhysicalDevice *sourceDevice() const

Öffentliche Slots

void setSourceDevice(Qt3DInput::QAbstractPhysicalDevice *sourceDevice)

Signale

void sourceDeviceChanged(Qt3DInput::QAbstractPhysicalDevice *sourceDevice)

Detaillierte Beschreibung

Dokumentation der Eigenschaften

sourceDevice : Qt3DInput::QAbstractPhysicalDevice*

Das Quellgerät für die QAbstractAxisInput.

Zugriffsfunktionen:

Qt3DInput::QAbstractPhysicalDevice *sourceDevice() const
void setSourceDevice(Qt3DInput::QAbstractPhysicalDevice *sourceDevice)

Anzeigesignal:

void sourceDeviceChanged(Qt3DInput::QAbstractPhysicalDevice *sourceDevice)

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.