QLogicalDevice allows the user to define a set of actions that they wish to use within an application. 更多...
头: | #include <QLogicalDevice> |
qmake: | QT += 3dinput |
Since: | Qt 5.6 |
实例化: | LogicalDevice |
继承: | Qt3DCore::QComponent |
QLogicalDevice (Qt3DCore::QNode * parent = nullptr) | |
~QLogicalDevice () | |
QVector<QAction *> | actions () const |
void | addAction (QAction * action ) |
void | addAxis (QAxis * axis ) |
QVector<QAxis *> | axes () const |
void | removeAction (QAction * action ) |
void | removeAxis (QAxis * axis ) |
QLogicalDevice allows the user to define a set of actions that they wish to use within an application.
构造新的 QLogicalDevice instance with parent parent .
Destroys the instance of QLogicalDevice.
Returns the list of actions.
Add an action to the list of actions.
Add an axis to the list of axis.
Returns the list of axis.
Remove an action from the list of actions.
Remove an axis drom the list of axis.