Home
last modified time | relevance | path

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

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/tabbox/
H A Dtabbox.cpp1012 void TabBox::navigatingThroughWindows(bool forward, const QKeySequence &shortcut, TabBoxMode mode) in navigatingThroughWindows() function in KWin::TabBox::TabBox
1038 navigatingThroughWindows(true, m_cutWalkThroughWindows, TabBoxWindowsMode); in slotWalkThroughWindows()
1043 navigatingThroughWindows(false, m_cutWalkThroughWindowsReverse, TabBoxWindowsMode); in slotWalkBackThroughWindows()
1048navigatingThroughWindows(true, m_cutWalkThroughWindowsAlternative, TabBoxWindowsAlternativeMode); in slotWalkThroughWindowsAlternative()
1053navigatingThroughWindows(false, m_cutWalkThroughWindowsAlternativeReverse, TabBoxWindowsAlternativ… in slotWalkBackThroughWindowsAlternative()
1058 navigatingThroughWindows(true, m_cutWalkThroughCurrentAppWindows, TabBoxCurrentAppWindowsMode); in slotWalkThroughCurrentAppWindows()
1063navigatingThroughWindows(false, m_cutWalkThroughCurrentAppWindowsReverse, TabBoxCurrentAppWindowsM… in slotWalkBackThroughCurrentAppWindows()
1068navigatingThroughWindows(true, m_cutWalkThroughCurrentAppWindowsAlternative, TabBoxCurrentAppWindo… in slotWalkThroughCurrentAppWindowsAlternative()
1073navigatingThroughWindows(false, m_cutWalkThroughCurrentAppWindowsAlternativeReverse, TabBoxCurrent… in slotWalkBackThroughCurrentAppWindowsAlternative()
H A Dtabbox.h296 …void navigatingThroughWindows(bool forward, const QKeySequence &shortcut, TabBoxMode mode); // T…