List of All Members for InputEngine
This is the complete list of members for InputEngine, including inherited members.
- activeKey : int [read-only]
- inputMethod : InputMethod
- inputMode : int
- inputModes : list<int> [read-only]
- patternRecognitionModes : list<int>
(since QtQuick.VirtualKeyboard 2.0)[read-only] - previousKey : int [read-only]
- wordCandidateListModel : SelectionListModel [read-only]
- wordCandidateListVisibleHint : bool [read-only]
- void activeKeyChanged(int key)
- void inputMethodChanged()
- void inputMethodReset()
- void inputMethodUpdate()
- void inputModeChanged()
- void inputModesChanged()
- void patternRecognitionModesChanged()
(since QtQuick.VirtualKeyboard 2.0) - void previousKeyChanged(int key)
- Trace traceBegin(int traceId, int patternRecognitionMode, var traceCaptureDeviceInfo, var traceScreenInfo)
(since QtQuick.VirtualKeyboard 2.0) - bool traceEnd(Trace trace)
- void virtualKeyCancel()
- bool virtualKeyClick(int key, string text, int modifiers)
- void virtualKeyClicked(int key, string text, int modifiers)
- bool virtualKeyPress(int key, string text, int modifiers, bool repeat)
- bool virtualKeyRelease(int key, string text, int modifiers)