Home
last modified time | relevance | path

Searched refs:inputMode (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/
H A Dinputengine.h58 Q_PROPERTY(InputMode inputMode READ inputMode WRITE setInputMode NOTIFY inputModeChanged)
110 InputMode inputMode() const;
111 void setInputMode(InputMode inputMode);
H A Dplaininputmethod.h47 bool setInputMode(const QString &locale, InputEngine::InputMode inputMode);
H A Ddefaultinputmethod.h46 bool setInputMode(const QString &locale, InputEngine::InputMode inputMode);
H A Dopenwnninputmethod.h49 bool setInputMode(const QString &locale, InputEngine::InputMode inputMode);
H A Dpinyininputmethod.h50 bool setInputMode(const QString &locale, InputEngine::InputMode inputMode);
H A Dtcinputmethod.h53 bool setInputMode(const QString &locale, InputEngine::InputMode inputMode);
H A Dt9writeinputmethod.h49 bool setInputMode(const QString &locale, InputEngine::InputMode inputMode);
H A Dinputmethod.h49 bool setInputMode(const QString &locale, InputEngine::InputMode inputMode);
H A Dabstractinputmethod.h62 virtual bool setInputMode(const QString &locale, InputEngine::InputMode inputMode) = 0;
/OK3568_Linux_fs/app/forlinx/flapp/src/libs/core/
H A Dprocesshandler.cpp20 void ProcessHandler::setProcessChannelMode(QProcess::InputChannelMode inputMode, QProcess::ProcessC… in setProcessChannelMode() argument
23 m_inputMode = inputMode; in setProcessChannelMode()
H A Dprocesshandler.h13 void setProcessChannelMode(QProcess::InputChannelMode inputMode=QProcess::ManagedInputChannel,