1 #ifndef REMOVECOMPONENTCOMMAND_H 2 #define REMOVECOMPONENTCOMMAND_H 52 virtual bool Execute(
GXemul& gxemul,
const vector<string>& arguments);
60 #endif // REMOVECOMPONENTCOMMAND_H A Command which removes a Component from a GXemul instance' component tree.
virtual string GetShortDescription() const
Returns a short (one-line) description of the command.
virtual ~RemoveComponentCommand()
virtual string GetLongDescription() const
Returns a long description/help message for 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.
RemoveComponentCommand()
Constructs a RemoveComponentCommand.