MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / ~FrameMain

Method ~FrameMain

src/frame_main.cpp:162–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162FrameMain::~FrameMain () {
163 context->project->CloseAudio();
164 context->project->CloseVideo();
165
166 DestroyChildren();
167}
168
169void FrameMain::EnableToolBar(agi::OptionValue const& opt) {
170 if (opt.GetBool()) {

Callers

nothing calls this directly

Calls 2

CloseAudioMethod · 0.80
CloseVideoMethod · 0.80

Tested by

no test coverage detected