52 virtual bool Execute(
GXemul& gxemul,
const vector<string>& arguments);
59 bool IsComponentTree(
GXemul& gxemul,
const string& filename)
const;
60 bool LoadComponentTree(
GXemul& gxemul,
const string&filename,
65 #endif // LOADCOMMAND_H
virtual bool Execute(GXemul &gxemul, const vector< string > &arguments)
Executes the command on a given GXemul instance.
A Command which loads a Component tree from a file in the filesystem.
LoadCommand()
Constructs an LoadCommand.
virtual string GetShortDescription() const
Returns a short (one-line) description of the command.
A Command is a named function, executed by the CommandInterpreter.
virtual string GetLongDescription() const
Returns a long description/help message for the command.