Searched refs:InputEngine (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/ |
| H A D | abstractinputmethod.h | 44 InputEngine *inputEngine; 59 InputEngine *inputEngine() const; 61 virtual QList<InputEngine::InputMode> inputModes(const QString &locale) = 0; 62 virtual bool setInputMode(const QString &locale, InputEngine::InputMode inputMode) = 0; 63 virtual bool setTextCase(InputEngine::TextCase textCase) = 0; 72 virtual QList<InputEngine::PatternRecognitionMode> patternRecognitionModes() const; 73 … virtual Trace *traceBegin(int traceId, InputEngine::PatternRecognitionMode patternRecognitionMode, 77 virtual bool reselect(int cursorPosition, const InputEngine::ReselectFlags &reselectFlags); 88 void setInputEngine(InputEngine *inputEngine); 90 friend class InputEngine; variable
|
| H A D | inputmethod.h | 42 Q_PROPERTY(QtVirtualKeyboard::InputEngine *inputEngine READ inputEngine CONSTANT) 48 QList<InputEngine::InputMode> inputModes(const QString &locale); 49 bool setInputMode(const QString &locale, InputEngine::InputMode inputMode); 50 bool setTextCase(InputEngine::TextCase textCase); 59 QList<InputEngine::PatternRecognitionMode> patternRecognitionModes() const; 60 Trace *traceBegin(int traceId, InputEngine::PatternRecognitionMode patternRecognitionMode, 64 bool reselect(int cursorPosition, const InputEngine::ReselectFlags &reselectFlags);
|
| H A D | inputengine.h | 45 class DWKEYBOARDSHARED_EXPORT InputEngine : public QObject 48 Q_DISABLE_COPY(InputEngine) 49 Q_DECLARE_PRIVATE(InputEngine) 63 explicit InputEngine(InputContext *parent = 0); 94 ~InputEngine(); 117 …Q_INVOKABLE QtVirtualKeyboard::Trace *traceBegin(int traceId, QtVirtualKeyboard::InputEngine::Patt… 150 Q_DECLARE_METATYPE(QtVirtualKeyboard::InputEngine::TextCase) 151 Q_DECLARE_METATYPE(QtVirtualKeyboard::InputEngine::InputMode) 152 Q_DECLARE_OPERATORS_FOR_FLAGS(QtVirtualKeyboard::InputEngine::ReselectFlags)
|
| H A D | t9writeinputmethod.h | 48 QList<InputEngine::InputMode> inputModes(const QString &locale); 49 bool setInputMode(const QString &locale, InputEngine::InputMode inputMode); 50 bool setTextCase(InputEngine::TextCase textCase); 62 QList<InputEngine::PatternRecognitionMode> patternRecognitionModes() const; 63 Trace *traceBegin(int traceId, InputEngine::PatternRecognitionMode patternRecognitionMode, 67 bool reselect(int cursorPosition, const InputEngine::ReselectFlags &reselectFlags);
|
| H A D | inputview.h | 70 bool SwitchInputMode(InputEngine::InputMode mode); 74 void ResetShiftStyle(bool bshift, bool bcaplock, InputEngine::InputMode mode); // Shift状态恢复 75 QString GetShowText(int key, bool bshift, bool bcaplock, InputEngine::InputMode mode); 76 QString GetValueText(int key, bool bshift, bool bcaplock, InputEngine::InputMode mode);
|
| H A D | plaininputmethod.h | 46 QList<InputEngine::InputMode> inputModes(const QString &locale); 47 bool setInputMode(const QString &locale, InputEngine::InputMode inputMode); 48 bool setTextCase(InputEngine::TextCase textCase);
|
| H A D | defaultinputmethod.h | 45 QList<InputEngine::InputMode> inputModes(const QString &locale); 46 bool setInputMode(const QString &locale, InputEngine::InputMode inputMode); 47 bool setTextCase(InputEngine::TextCase textCase);
|
| H A D | openwnninputmethod.h | 48 QList<InputEngine::InputMode> inputModes(const QString &locale); 49 bool setInputMode(const QString &locale, InputEngine::InputMode inputMode); 50 bool setTextCase(InputEngine::TextCase textCase);
|
| H A D | pinyininputmethod.h | 49 QList<InputEngine::InputMode> inputModes(const QString &locale); 50 bool setInputMode(const QString &locale, InputEngine::InputMode inputMode); 51 bool setTextCase(InputEngine::TextCase textCase);
|
| H A D | tcinputmethod.h | 52 QList<InputEngine::InputMode> inputModes(const QString &locale); 53 bool setInputMode(const QString &locale, InputEngine::InputMode inputMode); 54 bool setTextCase(InputEngine::TextCase textCase);
|
| H A D | selectionlistmodel.h | 39 class InputEngine; variable 81 friend class InputEngine;
|
| H A D | inputcontext.h | 14 class InputEngine; variable 39 Q_PROPERTY(QtVirtualKeyboard::InputEngine *inputEngine READ inputEngine CONSTANT) 73 InputEngine *inputEngine() const;
|
| H A D | KeyboardGlobal.h | 42 static InputEngine* InputEngineBase_; // 输入法引擎
|