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

Method ReloadVideo

src/project.cpp:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void Project::ReloadVideo() {
78 if (video_provider) {
79 DoLoadVideo(video_file);
80 context->videoController->JumpToFrame(context->videoController->GetFrameN());
81 }
82}
83
84void Project::ShowError(wxString const& message) {
85 wxMessageBox(message, "Error loading file", wxOK | wxICON_ERROR | wxCENTER, context->parent);

Callers

nothing calls this directly

Calls 2

JumpToFrameMethod · 0.80
GetFrameNMethod · 0.80

Tested by

no test coverage detected