| 342 | ~LuaCommand(); |
| 343 | |
| 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; } |
no outgoing calls
no test coverage detected