Qt3DInput 名稱空間

包含啓用用戶輸入的類。 更多...

頭: #include <Qt3DInput>
qmake: QT += 3dinput

    class QAbstractActionInput
    class QAbstractAxisInput
    class QAbstractPhysicalDevice
    class QAction
    class QActionInput
    class QAnalogAxisInput
    class QAxis
    class QAxisAccumulator
    class QAxisSetting
    class QButtonAxisInput
    class QInputAspect
    class QInputChord
    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

    詳細描述

    包含啓用用戶輸入的類。

    class QAbstractActionInput

    QAbstractActionInput is the base class for the Action Input and all Aggregate Action Inputs. 更多...

    class QAbstractAxisInput

    QAbstractActionInput is the base class for all Axis Input. 更多...

    class QAbstractPhysicalDevice

    QAbstractPhysicalDevice is the base class used by Qt3d to interact with arbitrary input devices. 更多...

    class QAction

    Links a set of QAbstractActionInput 觸發相同事件。 更多...

    class QActionInput

    QActionInput stores Device and Buttons used to trigger an input event. 更多...

    class QAnalogAxisInput

    An axis input controlled by an analog input The axis value is controlled like a traditional analog input such as a joystick. 更多...

    class QAxis

    QAxis stores QAbstractAxisInputs used to trigger an input event. 更多...

    class QAxisAccumulator

    QAxisAccumulator processes velocity or acceleration data from a QAxis . 更多...

    class QAxisSetting

    QAxisSetting stores settings for the specified list of Axis. 更多...

    class QButtonAxisInput

    通過按鈕控製軸輸入、通過按鈕控製軸值,而不是傳統模擬輸入 (譬如:操縱杆)。 更多...

    class QInputAspect

    Responsible for creating physical devices and handling associated jobs. 更多...

    class QInputChord

    QInputChord represents a set of QAbstractActionInput 's that must be triggerd at once. 更多...

    class QInputSequence

    QInputSequence represents a set of QAbstractActionInput 's that must be triggerd one after the other. 更多...

    class QInputSettings

    QInputSettings class holds the pointer to an input event source object. 更多...

    class QKeyEvent

    QKeyEvent event type send by KeyBoardHandler. 更多...

    class QKeyboardDevice

    QKeyboardDevice is in charge of dispatching keyboard events to attached QQKeyboardHandler objects. 更多...

    class QKeyboardHandler

    Provides keyboard event notification 更多...

    class QLogicalDevice

    QLogicalDevice allows the user to define a set of actions that they wish to use within an application. 更多...

    class QMouseDevice

    把鼠標事件委托給附加的 MouseHandler 對象。 更多...

    class QMouseEvent

    The Qt3DCore::QMouseEvent contains parameters that describe a mouse event. 更多...

    class QMouseHandler

    Provides a means of being notified about mouse events when attached to a QMouseDevice 實例。 更多...

    class QPhysicalDeviceCreatedChange

    class QPhysicalDeviceCreatedChangeBase

    class QWheelEvent

    The QWheelEvent class contains parameters that describe a mouse wheel event. 更多...

    類型文檔編製

    typedef Qt3DInput:: QKeyEventPtr

    共享指針為 QKeyEvent .

    typedef Qt3DInput:: QMouseEventPtr

    共享指針為 QMouseEvent .

    typedef Qt3DInput:: QPhysicalDeviceCreatedChangeBasePtr

    typedef Qt3DInput:: QWheelEventPtr

    共享指針為 QWheelEvent .