Home
last modified time | relevance | path

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

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dutils.h59 StrutAreaBottom = 1 << 2, in Q_DECLARE_LOGGING_CATEGORY() enumerator
61 StrutAreaAll = StrutAreaTop | StrutAreaRight | StrutAreaBottom | StrutAreaLeft, in Q_DECLARE_LOGGING_CATEGORY()
H A Dlayershellv1client.cpp160 case StrutAreaBottom: in strutRect()
163 width(), m_shellSurface->exclusiveZone(), StrutAreaBottom); in strutRect()
H A Dxdgshellclient.cpp679 case StrutAreaBottom: in strutRect()
681 return StrutRect(windowRect, StrutAreaBottom); in strutRect()
H A Dabstract_client.cpp1474 region += strutRect(StrutAreaBottom); in strutRects()
3459 for (const QRect &r : (workspace()->*moveAreaFunc)(oldDesktop, StrutAreaBottom)) { in checkWorkspacePosition()
3481 for (const QRect &r : workspace()->restrictedMoveArea(desktop, StrutAreaBottom)) { in checkWorkspacePosition()
H A Dworkspace.cpp2112 region += client->strutRect(StrutAreaBottom); in hasOffscreenXineramaStrut()
2132 QRect strutBottom = client->strutRect(StrutAreaBottom); in adjustClientArea()
H A Dx11client.cpp4681 case StrutAreaBottom: in strutRect()
4686 ), StrutAreaBottom); in strutRect()