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

Method Run

src/auto4_base.cpp:233–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 }
232
233 void BackgroundScriptRunner::Run(std::function<void (ProgressSink*)> task)
234 {
235 impl->Run([&](agi::ProgressSink *ps) {
236 ProgressSink aps(ps, this);
237 task(&aps);
238 });
239 }
240
241 wxWindow *BackgroundScriptRunner::GetParentWindow() const
242 {

Callers 6

PlayMethod · 0.45
PlayMethod · 0.45
DoIndexingMethod · 0.45
GetSubtitlesMethod · 0.45
LuaThreadedCallFunction · 0.45
rendererMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected