| 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; } |
| 350 |
no outgoing calls
no test coverage detected