MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / closeWindow

Method closeWindow

src/ui/window.cpp:253–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253void Window::closeWindow(Widget* closer)
254{
255 m_closer = closer;
256
257 manager()->_closeWindow(this, true);
258
259 // Close event
260 CloseEvent ev(closer);
261 onClose(ev);
262}
263
264bool Window::isTopLevel()
265{

Callers 4

closeListBoxMethod · 0.45
closePopupMethod · 0.45
onProcessMessageMethod · 0.45
onProcessMessageMethod · 0.45

Calls 1

_closeWindowMethod · 0.80

Tested by

no test coverage detected