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

Method AutomationMenu

src/menu.cpp:489–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487 }
488public:
489 AutomationMenu(agi::Context *c, CommandManager *cm)
490 : c(c)
491 , cm(cm)
492 , global_slot(config::global_scripts->AddScriptChangeListener(&AutomationMenu::Regenerate, this))
493 , local_slot(c->local_scripts->AddScriptChangeListener(&AutomationMenu::Regenerate, this))
494 {
495 cm->AddCommand(cmd::get("am/meta"), this);
496 AppendSeparator();
497 Regenerate();
498 }
499};
500}
501

Callers

nothing calls this directly

Calls 2

getFunction · 0.85
AddCommandMethod · 0.80

Tested by

no test coverage detected