MCPcopy Create free account
hub / github.com/Adaptix-Framework/AdaptixC2 / isWindow

Method isWindow

AdaptixClient/Libs/kddockwidgets/core/Stack.cpp:136–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136bool Stack::isWindow() const
137{
138 if (auto fw = view()->rootView()->asFloatingWindowController()) {
139 // Case of dragging via the tab widget when the title bar is hidden
140 return fw->hasSingleGroup();
141 }
142
143 return false;
144}
145
146Core::DockWidget *Stack::singleDockWidget() const
147{

Callers 4

findAncestorFunction · 0.45
onEntryMethod · 0.45
updateWindowPositionMethod · 0.45
setWidgetMethod · 0.45

Calls 3

rootViewMethod · 0.45
hasSingleGroupMethod · 0.45

Tested by

no test coverage detected