1 #ifndef ADDCOMPONENTCOMMAND_H 2 #define ADDCOMPONENTCOMMAND_H 52 virtual bool Execute(
GXemul& gxemul,
const vector<string>& arguments);
60 #endif // ADDCOMPONENTCOMMAND_H
virtual string GetShortDescription() const
Returns a short (one-line) description of the command.
virtual ~AddComponentCommand()
AddComponentCommand()
Constructs an AddComponentCommand.
A Command which adds a Component to some place in a GXemul instance' component tree.
A Command is a named function, executed by the CommandInterpreter.
virtual bool Execute(GXemul &gxemul, const vector< string > &arguments)
Executes the command on a given GXemul instance.
virtual string GetLongDescription() const
Returns a long description/help message for the command.