Home
last modified time | relevance | path

Searched refs:textInputV3 (Results 1 – 7 of 7) sorted by relevance

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dinputmethod.cpp93 TextInputV3Interface *textInputV3 = waylandServer()->seat()->textInputV3(); in init() local
201 auto t3 = waylandServer()->seat()->textInputV3(); in surroundingTextChanged()
219 auto t3 = waylandServer()->seat()->textInputV3(); in contentTypeChanged()
276 auto t3 = waylandServer()->seat()->textInputV3(); in textInputInterfaceV3EnabledChanged()
296 TextInputV3Interface *textInputV3 = waylandServer()->seat()->textInputV3(); in stateCommitted() local
297 if (!textInputV3) { in stateCommitted()
304 setActive(textInputV3->isEnabled()); in stateCommitted()
368 auto t3 = waylandServer()->seat()->textInputV3(); in keysymReceived()
403 auto t3 = waylandServer()->seat()->textInputV3(); in deleteSurroundingText()
441 auto t3 = waylandServer()->seat()->textInputV3(); in setPreeditCursor()
[all …]
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/
H A Dinputmethod_test.cpp171 Test::TextInputV3 *textInputV3 = new Test::TextInputV3(); in testEnableDisableV3() local
172 textInputV3->init(Test::waylandTextInputManagerV3()->get_text_input(*(Test::waylandSeat()))); in testEnableDisableV3()
173 textInputV3->enable(); in testEnableDisableV3()
178 textInputV3->commit(); in testEnableDisableV3()
185 textInputV3->disable(); in testEnableDisableV3()
186 textInputV3->commit(); in testEnableDisableV3()
/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/autotests/server/
H A Dtest_textinputv3_interface.cpp222 m_serverTextInputV3 = m_seat->textInputV3(); in testEnableDisable()
290 m_serverTextInputV3 = m_seat->textInputV3(); in testEvents()
375 m_serverTextInputV3 = m_seat->textInputV3(); in testContentPurpose()
468 m_serverTextInputV3 = m_seat->textInputV3(); in testContentHints()
554 m_serverTextInputV3 = m_seat->textInputV3(); in testMultipleTextinputs()
/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/src/server/
H A Dseat_interface_p.h60 QPointer<TextInputV3Interface> textInputV3; variable
H A Dseat_interface.cpp56 textInputV3 = new TextInputV3Interface(q); in SeatInterfacePrivate()
1161 d->textInputV3->d->sendLeave(d->focusedTextInputSurface); in setFocusedTextInputSurface()
1173 d->textInputV3->d->sendEnter(surface); in setFocusedTextInputSurface()
1187 TextInputV3Interface *SeatInterface::textInputV3() const in textInputV3() function in KWaylandServer::SeatInterface
1189 return d->textInputV3; in textInputV3()
H A Dseat_interface.h597 TextInputV3Interface *textInputV3() const;
H A Dtextinput_v3_interface.cpp123 …TextInputV3InterfacePrivate *textInputPrivate = TextInputV3InterfacePrivate::get(s->textInputV3()); in zwp_text_input_manager_v3_get_text_input()