Home
last modified time | relevance | path

Searched refs:updateSpotLocation (Results 1 – 6 of 6) sorted by relevance

/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/applets/kimpanel/plugin/
H A Dkimpanel.cpp16 connect(m_panelAgent, &PanelAgent::updateSpotLocation, this, &Kimpanel::updateSpotLocation); in Kimpanel()
69 void Kimpanel::updateSpotLocation(int x, int y) in updateSpotLocation() function in Kimpanel
H A Dkimpanelagent.h76 void updateSpotLocation(int x, int y);
H A Dkimpanel.h63 void updateSpotLocation(int x, int y);
H A Dkimpanelagent.cpp72 SIGNAL(updateSpotLocation(int, int))); in PanelAgent()
/dports/korean/nabi/nabi-f08d7d3/test/
H A Dxlib.cpp63 void updateSpotLocation();
476 updateSpotLocation(); in moveCaret()
479 void TextView::updateSpotLocation() in updateSpotLocation() function in TextView
600 updateSpotLocation(); in onKeyPress()
/dports/textproc/fcitx5/fcitx5-5.0.11/src/ui/kimpanel/
H A Dkimpanel.cpp101 FCITX_OBJECT_VTABLE_SIGNAL(updateSpotLocation, "UpdateSpotLocation", "ii");