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

Method LoadSubtitles

src/project.cpp:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void Project::LoadSubtitles(agi::fs::path path, std::string encoding, bool load_linked) {
160 ProjectProperties properties;
161 if (DoLoadSubtitles(path, encoding, properties) && load_linked)
162 LoadUnloadFiles(properties);
163}
164
165void Project::CloseSubtitles() {
166 context->subsController->Close();

Callers 6

OnSubtitlesCommitMethod · 0.45
UpdateBitmapMethod · 0.45
DoLoadVideoMethod · 0.45
load_subtitlesFunction · 0.45
operator()Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected