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

Method StrDisplay

src/auto4_lua.cpp:346–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344 const char* name() const override { return cmd_name.c_str(); }
345 wxString StrMenu(const agi::Context *) const override { return display; }
346 wxString StrDisplay(const agi::Context *) const override { return display; }
347 wxString StrHelp() const override { return help; }
348
349 int Type() const override { return cmd_type; }

Callers 4

PopulateMethod · 0.45
MakeBottomButtonMethod · 0.45
OnInfoMethod · 0.45
RegisterCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected