Home
last modified time | relevance | path

Searched refs:mTextInputManager (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/client/
H A Dqwaylanddisplay_p.h174 …QtWayland::zwp_text_input_manager_v2 *textInputManager() const { return mTextInputManager.data(); } in textInputManager()
265 QScopedPointer<QtWayland::zwp_text_input_manager_v2> mTextInputManager; variable
H A Dqwaylanddisplay.cpp374 mTextInputManager.reset(new QtWayland::zwp_text_input_manager_v2(registry, id, 1)); in registry_global()
376 …inputDevice->setTextInput(new QWaylandTextInput(this, mTextInputManager->get_text_input(inputDevic… in registry_global()
425 mTextInputManager.reset(); in registry_global_remove()