MCPcopy Create free account
hub / github.com/KDE/kwin / isSpecialWindow

Method isSpecialWindow

src/window.cpp:673–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

671}
672
673bool Window::isSpecialWindow() const
674{
675 // TODO
676 return isDesktop() || isDock() || isSplash() || isToolbar() || isNotification() || isOnScreenDisplay() || isCriticalNotification() || isAppletPopup() || isTooltip();
677}
678
679void Window::demandAttention(bool set)
680{

Callers 9

addMethod · 0.80
topWindowOnDesktopMethod · 0.80
raiseOrLowerWindowMethod · 0.80
placeOnMainWindowMethod · 0.80
manageMethod · 0.80
CDEWalkThroughWindowsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected