Home
last modified time | relevance | path

Searched refs:preeditFormats (Results 1 – 15 of 15) sorted by relevance

/dports/deskutils/maliit-framework/framework-2.1.1/src/quick/
H A Dinputmethodquick.cpp434 const QVariant &preeditFormats, in sendPreedit() argument
439 if (text.length() > 0 && !preeditFormats.isValid()) { in sendPreedit()
443 } else if (text.length() > 0 && preeditFormats.type() == QVariant::Int) { in sendPreedit()
446 static_cast<Maliit::PreeditFace>(preeditFormats.toInt())); in sendPreedit()
449 } else if (preeditFormats.type() == QVariant::List) { in sendPreedit()
451 QVariantList list = preeditFormats.toList(); in sendPreedit()
H A Dinputmethodquick.h190 void sendPreedit(const QString &text, const QVariant &preeditFormats = QVariant(),
/dports/deskutils/maliit-framework/framework-2.1.1/tests/utils/
H A Dgui-utils.h74 const QList<Maliit::PreeditTextFormat> &preeditFormats, in sendPreeditString() argument
79 MInputMethodHost::sendPreeditString(string, preeditFormats, start, length, cursorPos); in sendPreeditString()
/dports/deskutils/maliit-framework/framework-2.1.1/input-context/
H A Dminputcontext.h72 … void updatePreedit(const QString &string, const QList<Maliit::PreeditTextFormat> &preeditFormats,
115 …atePreeditInternally(const QString &string, const QList<Maliit::PreeditTextFormat> &preeditFormats,
H A Dminputcontext.cpp496 const QList<Maliit::PreeditTextFormat> &preeditFormats, in updatePreedit() argument
510 updatePreeditInternally(string, preeditFormats, replacementStart, replacementLength, cursorPos); in updatePreedit()
514 const QList<Maliit::PreeditTextFormat> &preeditFormats, in updatePreeditInternally() argument
521 Q_FOREACH (const Maliit::PreeditTextFormat &preeditFormat, preeditFormats) { in updatePreeditInternally()
/dports/deskutils/maliit-framework/framework-2.1.1/src/maliit/
H A Dstandaloneinputmethodhost.cpp99 … const QList<Maliit::PreeditTextFormat> &preeditFormats, in sendPreeditString() argument
104 …mConnection->sendPreeditString(string, preeditFormats, replacementStart, replacementLength, cursor… in sendPreeditString()
H A Dstandaloneinputmethodhost.h43 const QList<Maliit::PreeditTextFormat> &preeditFormats,
/dports/deskutils/maliit-framework/framework-2.1.1/src/
H A Dminputmethodhost.cpp123 const QList<Maliit::PreeditTextFormat> &preeditFormats, in sendPreeditString() argument
128 …connection->sendPreeditString(string, preeditFormats, replacementStart, replacementLength, cursorP… in sendPreeditString()
H A Dminputmethodhost.h74 const QList<Maliit::PreeditTextFormat> &preeditFormats,
/dports/deskutils/maliit-framework/framework-2.1.1/connection/
H A Ddbusinputcontextconnection.cpp101 … const QList<Maliit::PreeditTextFormat> &preeditFormats, in sendPreeditString() argument
106 …MInputContextConnection::sendPreeditString(string, preeditFormats, replacementStart, replacementLe… in sendPreeditString()
110 … proxy->updatePreedit(string, preeditFormats, replacementStart, replacementLength, cursorPos); in sendPreeditString()
H A Dmimserverconnection.h98 …L void updatePreedit(const QString &string, const QList<Maliit::PreeditTextFormat> &preeditFormats,
H A Ddbusinputcontextconnection.h37 const QList<Maliit::PreeditTextFormat> &preeditFormats,
H A Dminputcontextconnection.cpp477 … const QList<Maliit::PreeditTextFormat> &preeditFormats, in sendPreeditString() argument
481 Q_UNUSED(preeditFormats); in sendPreeditString()
H A Dminputcontextconnection.h120 const QList<Maliit::PreeditTextFormat> &preeditFormats,
/dports/deskutils/maliit-framework/framework-2.1.1/src/maliit/plugins/
H A Dabstractinputmethodhost.h151 const QList<Maliit::PreeditTextFormat> &preeditFormats,