| 347 | wxString StrHelp() const override { return help; } |
| 348 | |
| 349 | int Type() const override { return cmd_type; } |
| 350 | |
| 351 | void operator()(agi::Context *c) override; |
| 352 | bool Validate(const agi::Context *c) override; |
no outgoing calls
no test coverage detected