Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
struct timecode_open final : public Command {
Callers
nothing calls this directly
Calls
10
from_wx
Function · 0.85
OpenFileSelector
Function · 0.85
SaveFileSelector
Function · 0.85
CloseTimecodes
Method · 0.80
LoadTimecodes
Method · 0.80
VideoProvider
Method · 0.80
to_wx
Function · 0.50
Save
Method · 0.45
GetFrameCount
Method · 0.45
Add
Method · 0.45
Tested by
no test coverage detected