Qt3DInput::QAbstractAxisInput Class
class Qt3DInput::QAbstractAxisInputQAbstractActionInput 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: | |
| Estado: | Deprecated |
Propiedades
- sourceDevice : Qt3DInput::QAbstractPhysicalDevice*
Funciones públicas
| Qt3DInput::QAbstractPhysicalDevice * | sourceDevice() const |
Ranuras públicas
| void | setSourceDevice(Qt3DInput::QAbstractPhysicalDevice *sourceDevice) |
Señales
| void | sourceDeviceChanged(Qt3DInput::QAbstractPhysicalDevice *sourceDevice) |
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.