包含啓用用戶輸入的類。 更多...
| 頭: | #include <Qt3DInput> |
| qmake: | QT += 3dinput |
| class | QAbstractActionInput |
| class | QAbstractAxisInput |
| class | QAbstractPhysicalDevice |
| class | QAbstractPhysicalDeviceProxy |
| class | QAction |
| class | QActionInput |
| class | QAnalogAxisInput |
| class | QAxis |
| class | QAxisAccumulator |
| class | QAxisSetting |
| class | QButtonAxisInput |
| class | QInputAspect |
| class | QInputChord |
| class | QInputDeviceIntegration |
| class | QInputSequence |
| class | QInputSettings |
| class | QKeyEvent |
| class | QKeyboardDevice |
| class | QKeyboardHandler |
| class | QLogicalDevice |
| class | QMouseDevice |
| class | QMouseEvent |
| class | QMouseHandler |
| class | QPhysicalDeviceCreatedChange |
| class | QPhysicalDeviceCreatedChangeBase |
| class | QWheelEvent |
| typedef | QKeyEventPtr |
| typedef | QMouseEventPtr |
| typedef | QPhysicalDeviceCreatedChangeBasePtr |
| typedef | QWheelEventPtr |
| const QMetaObject * | qt_getEnumMetaObject ( Qt3DInput::QAxisAccumulator::SourceAxisType ) |
| const QMetaObject * | qt_getEnumMetaObject ( Qt3DInput::QMouseDevice::Axis ) |
| const QMetaObject * | qt_getEnumMetaObject ( Qt3DInput::QMouseEvent::Buttons ) |
| const QMetaObject * | qt_getEnumMetaObject ( Qt3DInput::QMouseEvent::Modifiers ) |
| const QMetaObject * | qt_getEnumMetaObject ( Qt3DInput::QWheelEvent::Buttons ) |
| const QMetaObject * | qt_getEnumMetaObject ( Qt3DInput::QWheelEvent::Modifiers ) |
| const QMetaObject * | qt_getEnumMetaObject ( Qt3DInput::QAbstractPhysicalDeviceProxy::DeviceStatus ) |
| const char * | qt_getEnumName ( Qt3DInput::QAxisAccumulator::SourceAxisType ) |
| const char * | qt_getEnumName ( Qt3DInput::QMouseDevice::Axis ) |
| const char * | qt_getEnumName ( Qt3DInput::QMouseEvent::Buttons ) |
| const char * | qt_getEnumName ( Qt3DInput::QMouseEvent::Modifiers ) |
| const char * | qt_getEnumName ( Qt3DInput::QWheelEvent::Buttons ) |
| const char * | qt_getEnumName ( Qt3DInput::QWheelEvent::Modifiers ) |
| const char * | qt_getEnumName ( Qt3DInput::QAbstractPhysicalDeviceProxy::DeviceStatus ) |
包含啓用用戶輸入的類。
QAbstractActionInput is the base class for the Action Input and all Aggregate Action Inputs. 更多...
QAbstractActionInput is the base class for all Axis Input. 更多...
QAbstractPhysicalDevice is the base class used by Qt3d to interact with arbitrary input devices. 更多...
Qt3DInput::QAbstractPhysicalDeviceProxy acts as a proxy for an actual Qt3DInput::QQAbstractPhysicalDevice device. 更多...
Links a set of QAbstractActionInput 觸發相同事件。 更多...
QActionInput stores Device and Buttons used to trigger an input event. 更多...
An axis input controlled by an analog input The axis value is controlled like a traditional analog input such as a joystick. 更多...
QAxis stores QAbstractAxisInputs used to trigger an input event. 更多...
QAxisAccumulator processes velocity or acceleration data from a QAxis . 更多...
QAxisSetting stores settings for the specified list of Axis. 更多...
通過按鈕控製軸輸入、通過按鈕控製軸值,而不是傳統模擬輸入 (譬如:操縱杆)。 更多...
Responsible for creating physical devices and handling associated jobs. 更多...
QInputChord represents a set of QAbstractActionInput 's that must be triggerd at once. 更多...
Abstract base class used to define new input methods such as game controllers. 更多...
QInputSequence represents a set of QAbstractActionInput 's that must be triggerd one after the other. 更多...
QInputSettings class holds the pointer to an input event source object. 更多...
QKeyEvent event type send by KeyBoardHandler. 更多...
QKeyboardDevice is in charge of dispatching keyboard events to attached QQKeyboardHandler objects. 更多...
Provides keyboard event notification. 更多...
QLogicalDevice allows the user to define a set of actions that they wish to use within an application. 更多...
把鼠標事件委托給附加的 MouseHandler 對象。 更多...
The Qt3DCore::QMouseEvent contains parameters that describe a mouse event. 更多...
Provides a means of being notified about mouse events when attached to a QMouseDevice 實例。 更多...
Base class for handling changes in physical devices. 更多...
The QWheelEvent class contains parameters that describe a mouse wheel event. 更多...
共享指針為 QKeyEvent .
共享指針為 QMouseEvent .
共享指針為 QWheelEvent .