MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / operator()

Function operator()

src/command/audio.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 STR_HELP("Close the currently open audio file")
68
69 void operator()(agi::Context *c) override {
70 c->project->CloseAudio();
71 }
72};
73
74struct audio_open final : public Command {

Callers

nothing calls this directly

Calls 15

SaveFileSelectorFunction · 0.85
SaveAudioClipFunction · 0.85
toggleFunction · 0.85
CloseAudioMethod · 0.80
PlayRangeMethod · 0.80
GetTimingControllerMethod · 0.80
PlayPrimaryRangeMethod · 0.80
PlayToEndOfPrimaryMethod · 0.80
lengthMethod · 0.80
PlayToEndMethod · 0.80
ScrollToActiveLineMethod · 0.80
TimeRangeClass · 0.50

Tested by

no test coverage detected