QLogicalDevice Class
class Qt3DInput::QLogicalDeviceQLogicalDevice를 사용하면 사용자가 애플리케이션 내에서 사용하려는 일련의 작업을 정의할 수 있습니다. 더 보기...
Header: | #include <QLogicalDevice> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3dinput) target_link_libraries(mytarget PRIVATE Qt6::3dinput) |
qmake: | QT += 3dinput |
QML에서: | LogicalDevice |
상속합니다: | Qt3DCore::QComponent |
상태: | Deprecated |
공용 함수
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) |
멤버 함수 문서
[explicit]
QLogicalDevice::QLogicalDevice(Qt3DCore::QNode *parent = nullptr)
부모가 parent 인 새 QLogicalDevice 인스턴스를 생성합니다.
QList<Qt3DInput::QAction *> QLogicalDevice::actions() const
작업 목록을 반환합니다.
void QLogicalDevice::addAction(Qt3DInput::QAction *action)
작업 목록에 action 을 추가합니다.
void QLogicalDevice::addAxis(Qt3DInput::QAxis *axis)
축 목록에 axis 을 추가합니다.
QList<Qt3DInput::QAxis *> QLogicalDevice::axes() const
축의 목록을 반환합니다.
void QLogicalDevice::removeAction(Qt3DInput::QAction *action)
작업 목록에서 action 을 제거합니다.
void QLogicalDevice::removeAxis(Qt3DInput::QAxis *axis)
축 목록에서 axis 을 제거합니다.
© 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.