Home
last modified time | relevance | path

Searched refs:preeditChanged (Results 1 – 13 of 13) sorted by relevance

/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/virtualkeyboard/
H A Dqvirtualkeyboardinputcontext.cpp287 bool preeditChanged = !d->preeditText.isEmpty(); in commit() local
302 if (preeditChanged) in commit()
319 bool preeditChanged = !d->preeditText.isEmpty(); in clear() local
330 if (preeditChanged) in clear()
/dports/deskutils/maliit-keyboard/keyboard-2.1.0/src/view/
H A Dabstracttexteditor.cpp450 Q_EMIT preeditChanged(d->text->preedit()); in onKeyReleased() local
571 Q_EMIT preeditChanged(d->text->preedit()); in onKeyReleased() local
591 Q_EMIT preeditChanged(d->text->preedit()); in onKeyReleased() local
642 Q_EMIT preeditChanged(d->text->preedit()); in onKeyReleased() local
698 Q_EMIT preeditChanged(d->text->preedit()); in replacePreedit() local
716 Q_EMIT preeditChanged(d->text->preedit()); in replaceTextWithPreedit() local
767 Q_EMIT preeditChanged(d->text->preedit()); in replaceAndCommitPreedit() local
826 Q_EMIT preeditChanged(d->text->preedit()); in setCursorPosition() local
1036 Q_EMIT preeditChanged(d->text->preedit()); in singleBackspace() local
H A Dabstracttexteditor.h132 Q_SIGNAL void preeditChanged(const QString &preedit);
/dports/deskutils/maliit-framework/framework-2.1.1/input-context/
H A Dminputcontext.h33 Q_PROPERTY(QString preedit READ preeditString NOTIFY preeditChanged)
104 void preeditChanged();
H A Dminputcontext.cpp205 Q_EMIT preeditChanged(); in commit()
490 Q_EMIT preeditChanged(); in commitString()
567 Q_EMIT preeditChanged(); in updatePreeditInternally()
/dports/deskutils/maliit-keyboard/keyboard-2.1.0/src/plugin/
H A Dinputmethod.h59 Q_PROPERTY(QString preedit READ preedit WRITE replacePreedit NOTIFY preeditChanged)
169 void preeditChanged(QString preedit);
H A Dinputmethod.cpp111 connect(&d->editor, &AbstractTextEditor::preeditChanged, this, &InputMethod::preeditChanged); in InputMethod()
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/myscript/plugin/
H A Dmyscriptinputmethod_p_p.h73 void preeditChanged(const QString &preedit, const bool isCommitted);
H A Dmyscriptinputmethod.cpp1346 emit preeditChanged(m_resultLabel, false); in manageRecognitionResult() local
1358 emit preeditChanged(m_resultLabel, true); in manageRecognitionResult() local
1395 …connect(worker, &MyScriptRecognizeWorker::preeditChanged, this, &MyScriptRecognizeController::hand… in MyScriptRecognizeController()
/dports/deskutils/maliit-framework/framework-2.1.1/src/maliit/
H A Dstandaloneinputmethod.cpp63 connect(mConnection.get(), &MInputContextConnection::preeditChanged, in StandaloneInputMethod()
/dports/deskutils/maliit-framework/framework-2.1.1/connection/
H A Dminputcontextconnection.h359 void preeditChanged(const QString &text, int cursorPos);
H A Dminputcontextconnection.cpp239 Q_EMIT preeditChanged(text, cursorPos); in setPreedit() local
/dports/deskutils/maliit-framework/framework-2.1.1/src/
H A Dmimpluginmanager.cpp1126 connect(d->mICConnection.data(), SIGNAL(preeditChanged(QString,int)), in MIMPluginManager()