Qt3DInput::QLogicalDevice Class
class Qt3DInput::QLogicalDeviceQLogicalDevice permite al usuario definir un conjunto de acciones que desea utilizar dentro de una aplicación. Más...
| Cabecera: | #include <QLogicalDevice> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS 3dinput)target_link_libraries(mytarget PRIVATE Qt6::3dinput) |
| qmake: | QT += 3dinput |
| En QML: | LogicalDevice |
| Hereda: | Qt3DCore::QComponent |
| Status: | Obsoleto |
Funciones Públicas
| QLogicalDevice(Qt3DCore::QNode *parent = nullptr) | |
| QList<Qt3DInput::QAction *> | actions() const |
| void | addAction(Qt3DInput::QAction *action) |
| void | addAxis(Qt3DInput::QAxis *axis) |
| QList<Qt3DInput::QAxis *> | axes() const |
| void | removeAction(Qt3DInput::QAction *action) |
| void | removeAxis(Qt3DInput::QAxis *axis) |
Documentación de las funciones de los miembros
[explicit] QLogicalDevice::QLogicalDevice(Qt3DCore::QNode *parent = nullptr)
Construye una nueva instancia de QLogicalDevice con el padre parent.
QList<Qt3DInput::QAction *> QLogicalDevice::actions() const
Devuelve la lista de acciones.
void QLogicalDevice::addAction(Qt3DInput::QAction *action)
Añade un action a la lista de acciones.
void QLogicalDevice::addAxis(Qt3DInput::QAxis *axis)
Añade un axis a la lista de ejes.
QList<Qt3DInput::QAxis *> QLogicalDevice::axes() const
Devuelve la lista de ejes.
void QLogicalDevice::removeAction(Qt3DInput::QAction *action)
Elimina un action de la lista de acciones.
void QLogicalDevice::removeAxis(Qt3DInput::QAxis *axis)
Elimina un axis de la lista de ejes.
© 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.