Home
last modified time | relevance | path

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

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/tabbox/
H A Dtabboxhandler.cpp163 q->shadeClient(lastRaisedClient, true); in updateHighlightWindows()
171 q->shadeClient(lastRaisedClient, false); in updateHighlightWindows()
201 q->shadeClient(client.data(), true); in endHighlightWindows()
392 shadeClient(client.data(), false); in initHighlightWindows()
H A Dtabboxhandler.h174 virtual void shadeClient(TabBoxClient *c, bool b) const = 0;
H A Dtabbox.h59 void shadeClient(TabBoxClient *c, bool b) const override;
H A Dtabbox.cpp312 void TabBoxHandlerImpl::shadeClient(TabBoxClient *c, bool b) const in shadeClient() function in KWin::TabBox::TabBoxHandlerImpl
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/tabbox/
H A Dmock_tabboxhandler.h48 void shadeClient(TabBox::TabBoxClient *c, bool b) const override { in shadeClient() function