1 #ifndef LISTCOMPONENTSCOMMAND_H 2 #define LISTCOMPONENTSCOMMAND_H 51 virtual bool Execute(
GXemul& gxemul,
const vector<string>& arguments);
59 #endif // LISTCOMPONENTSCOMMAND_H A Command which lists all available components.
ListComponentsCommand()
Constructs a ListComponentsCommand.
virtual string GetShortDescription() const
Returns a short (one-line) description of the command.
virtual bool Execute(GXemul &gxemul, const vector< string > &arguments)
Executes the command on a given GXemul instance.
A Command is a named function, executed by the CommandInterpreter.
virtual ~ListComponentsCommand()
virtual string GetLongDescription() const
Returns a long description/help message for the command.