Home
last modified time | relevance | path

Searched refs:TextInputManagerUnstableV2Interface (Results 1 – 5 of 5) sorted by relevance

/dports/x11/kf5-kwayland/kwayland-5.89.0/src/server/
H A Dtextinput_interface_v2.cpp21 …Private(TextInputInterface *q, TextInputManagerUnstableV2Interface *c, wl_resource *parentResource…
319 class TextInputManagerUnstableV2Interface::Private : public TextInputManagerInterface::Private
322 Private(TextInputManagerUnstableV2Interface *q, Display *d);
336 TextInputManagerUnstableV2Interface *q;
340 const quint32 TextInputManagerUnstableV2Interface::Private::s_version = 1;
346 void TextInputManagerUnstableV2Interface::Private::destroyCallback(wl_client *client, wl_resource *… in destroyCallback()
370 TextInputManagerUnstableV2Interface::Private::Private(TextInputManagerUnstableV2Interface *q, Displ… in Private()
376 void TextInputManagerUnstableV2Interface::Private::bind(wl_client *client, uint32_t version, uint32… in bind()
388 void TextInputManagerUnstableV2Interface::Private::unbind(wl_resource *resource) in unbind()
394 TextInputManagerUnstableV2Interface::TextInputManagerUnstableV2Interface(Display *display, QObject … in TextInputManagerUnstableV2Interface() function in KWayland::Server::TextInputManagerUnstableV2Interface
[all …]
H A Dtextinput_interface_p.h21 class TextInputManagerUnstableV2Interface; variable
113 …explicit TextInputUnstableV2Interface(TextInputManagerUnstableV2Interface *parent, wl_resource *pa…
114 friend class TextInputManagerUnstableV2Interface; variable
129 class TextInputManagerUnstableV2Interface : public TextInputManagerInterface
133 explicit TextInputManagerUnstableV2Interface(Display *display, QObject *parent = nullptr);
134 ~TextInputManagerUnstableV2Interface() override;
H A Dtextinput_interface.h407 friend class TextInputManagerUnstableV2Interface; variable
H A Dseat_interface.h771 friend class TextInputManagerUnstableV2Interface; variable
H A Ddisplay.cpp441 t = new TextInputManagerUnstableV2Interface(this, parent); in createTextInputManager()