Qt3DInput::QLogicalDevice Class
class Qt3DInput::QLogicalDeviceQLogicalDevice permet à l'utilisateur de définir un ensemble d'actions qu'il souhaite utiliser dans une application. Plus d'informations...
| En-tête : | #include <QLogicalDevice> |
| CMake : | find_package(Qt6 REQUIRED COMPONENTS 3dinput)target_link_libraries(mytarget PRIVATE Qt6::3dinput) |
| qmake : | QT += 3dinput |
| En QML : | LogicalDevice |
| Hérite : | Qt3DCore::QComponent |
| Statut : | Déclassé |
Fonctions publiques
| 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) |
Documentation des fonctions membres
[explicit] QLogicalDevice::QLogicalDevice(Qt3DCore::QNode *parent = nullptr)
Construit une nouvelle instance de QLogicalDevice avec le parent parent.
QList<Qt3DInput::QAction *> QLogicalDevice::actions() const
Renvoie la liste des actions.
void QLogicalDevice::addAction(Qt3DInput::QAction *action)
Ajouter une adresse action à la liste des actions.
void QLogicalDevice::addAxis(Qt3DInput::QAxis *axis)
Ajouter un axis à la liste des axes.
QList<Qt3DInput::QAxis *> QLogicalDevice::axes() const
Renvoie la liste des axes.
void QLogicalDevice::removeAction(Qt3DInput::QAction *action)
Supprimer un site action de la liste des actions.
void QLogicalDevice::removeAxis(Qt3DInput::QAxis *axis)
Supprimer un axis de la liste des axes.
© 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.