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

Function operator()

src/command/timecode.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 void operator()(agi::Context *c) override {
61 c->project->CloseTimecodes();
62 }
63};
64
65struct timecode_open final : public Command {

Callers

nothing calls this directly

Calls 10

from_wxFunction · 0.85
OpenFileSelectorFunction · 0.85
SaveFileSelectorFunction · 0.85
CloseTimecodesMethod · 0.80
LoadTimecodesMethod · 0.80
VideoProviderMethod · 0.80
to_wxFunction · 0.50
SaveMethod · 0.45
GetFrameCountMethod · 0.45
AddMethod · 0.45

Tested by

no test coverage detected