MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / CloseAll

Method CloseAll

src/main.cpp:361–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361void AegisubApp::CloseAll() {
362 for (auto frame : frames) {
363 if (!frame->Close())
364 break;
365 }
366}
367
368void AegisubApp::UnhandledException(bool stackWalk) {
369#if (!defined(_DEBUG) || defined(WITH_EXCEPTIONS)) && (wxUSE_ON_FATAL_EXCEPTION+0)

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.45

Tested by

no test coverage detected