En esta página

Qt3DInput::QAbstractAxisInput Class

class Qt3DInput::QAbstractAxisInput

QAbstractActionInput es la clase base para todas las Axis Input. Más...

Cabecera: #include <Qt3DInput/QAbstractAxisInput>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3dinput)
target_link_libraries(mytarget PRIVATE Qt6::3dinput)
qmake: QT += 3dinput
Hereda: Qt3DCore::QNode
Heredado por:

Qt3DInput::QAnalogAxisInput y Qt3DInput::QButtonAxisInput

Estado: Deprecated

Propiedades

Funciones públicas

Qt3DInput::QAbstractPhysicalDevice *sourceDevice() const

Ranuras públicas

void setSourceDevice(Qt3DInput::QAbstractPhysicalDevice *sourceDevice)

Señales

void sourceDeviceChanged(Qt3DInput::QAbstractPhysicalDevice *sourceDevice)

Descripción detallada

Documentación de propiedades

sourceDevice : Qt3DInput::QAbstractPhysicalDevice*

El dispositivo de origen para el QAbstractAxisInput.

Funciones de acceso:

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

Señal del notificador:

void sourceDeviceChanged(Qt3DInput::QAbstractPhysicalDevice *sourceDevice)

© 2026 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.