KWin
|
#include <inputmethod_v1.h>
Public Member Functions | |
InputMethodV1Interface (Display *d, QObject *parent) | |
~InputMethodV1Interface () override | |
void | sendActivate () |
void | sendDeactivate () |
InputMethodContextV1Interface * | context () const |
Definition at line 43 of file inputmethod_v1.h.
KWin::InputMethodV1Interface::InputMethodV1Interface | ( | Display * | d, |
QObject * | parent ) |
Definition at line 424 of file inputmethod_v1.cpp.
|
overridedefault |
InputMethodContextV1Interface * KWin::InputMethodV1Interface::context | ( | ) | const |
Definition at line 461 of file inputmethod_v1.cpp.
void KWin::InputMethodV1Interface::sendActivate | ( | ) |
Activates the input method.
Definition at line 432 of file inputmethod_v1.cpp.
void KWin::InputMethodV1Interface::sendDeactivate | ( | ) |
Deactivates the input method, probably because we're not on some area where we can write text.
Definition at line 446 of file inputmethod_v1.cpp.