| KWin
    | 
#include <inputmethod_v1.h>
 
 | Signals | |
| void | commitString (quint32 serial, const QString &text) | 
| void | preeditString (quint32 serial, const QString &text, const QString &commit) | 
| void | preeditStyling (quint32 index, quint32 length, quint32 style) | 
| void | preeditCursor (qint32 index) | 
| void | deleteSurroundingText (qint32 index, quint32 length) | 
| void | cursorPosition (qint32 index, qint32 anchor) | 
| void | keysym (quint32 serial, quint32 time, quint32 sym, bool pressed, quint32 modifiers) | 
| void | key (quint32 serial, quint32 time, quint32 key, bool pressed) | 
| void | modifiers (quint32 serial, quint32 mods_depressed, quint32 mods_latched, quint32 mods_locked, quint32 group) | 
| void | language (quint32 serial, const QString &language) | 
| void | textDirection (quint32 serial, Qt::LayoutDirection direction) | 
| void | keyboardGrabRequested (InputMethodGrabV1 *keyboardGrab) | 
| void | modifiersMap (const QByteArray &map) | 
| Public Member Functions | |
| ~InputMethodContextV1Interface () override | |
| void | sendSurroundingText (const QString &text, quint32 cursor, quint32 anchor) | 
| void | sendReset () | 
| void | sendContentType (KWin::TextInputContentHints hint, KWin::TextInputContentPurpose purpose) | 
| void | sendInvokeAction (quint32 button, quint32 index) | 
| void | sendCommitState (quint32 serial) | 
| void | sendPreferredLanguage (const QString &language) | 
| InputMethodGrabV1 * | keyboardGrab () const | 
| Friends | |
| class | InputMethodV1Interface | 
| class | InputMethodV1InterfacePrivate | 
Implements zwp_input_method_context_v1, allows to describe the client's input state
Implements zwp_input_method_v1 and allows to activate and deactivate a context
When we activate, an
Definition at line 70 of file inputmethod_v1.h.
| 
 | overridedefault | 
| 
 | signal | 
| 
 | signal | 
| 
 | signal | 
| 
 | signal | 
| InputMethodGrabV1 * KWin::InputMethodContextV1Interface::keyboardGrab | ( | ) | const | 
Definition at line 302 of file inputmethod_v1.cpp.
| 
 | signal | 
| 
 | signal | 
| 
 | signal | 
| 
 | signal | 
| 
 | signal | 
| 
 | signal | 
| 
 | signal | 
| 
 | signal | 
| void KWin::InputMethodContextV1Interface::sendCommitState | ( | quint32 | serial | ) | 
Definition at line 181 of file inputmethod_v1.cpp.
| void KWin::InputMethodContextV1Interface::sendContentType | ( | KWin::TextInputContentHints | hint, | 
| KWin::TextInputContentPurpose | purpose ) | 
Definition at line 188 of file inputmethod_v1.cpp.
| void KWin::InputMethodContextV1Interface::sendInvokeAction | ( | quint32 | button, | 
| quint32 | index ) | 
Definition at line 274 of file inputmethod_v1.cpp.
| void KWin::InputMethodContextV1Interface::sendPreferredLanguage | ( | const QString & | language | ) | 
Definition at line 281 of file inputmethod_v1.cpp.
| void KWin::InputMethodContextV1Interface::sendReset | ( | ) | 
Definition at line 288 of file inputmethod_v1.cpp.
| void KWin::InputMethodContextV1Interface::sendSurroundingText | ( | const QString & | text, | 
| quint32 | cursor, | ||
| quint32 | anchor ) | 
Definition at line 295 of file inputmethod_v1.cpp.
| 
 | signal | 
| 
 | friend | 
Definition at line 101 of file inputmethod_v1.h.
| 
 | friend | 
Definition at line 102 of file inputmethod_v1.h.