MCPcopy Create free account
hub / github.com/DISTRHO/DPF / close

Method close

dgl/src/WindowPrivateData.cpp:334–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332// -----------------------------------------------------------------------
333
334void Window::PrivateData::close()
335{
336 DGL_DBG("Window close\n");
337 // DGL_DBGp("Window close DBG %i %i %p\n", isEmbed, isClosed, appData);
338
339 if (isEmbed || isClosed)
340 return;
341
342 isClosed = true;
343 hide();
344 appData->oneWindowClosed();
345}
346
347// -----------------------------------------------------------------------
348

Callers 1

onPuglCloseMethod · 0.45

Calls 2

oneWindowClosedMethod · 0.80
hideFunction · 0.50

Tested by

no test coverage detected