52 virtual bool Execute(
GXemul& gxemul,
const vector<string>& arguments);
61 static void RunUnitTests(
int& nSucceeded,
int& nFailures);
65 #endif // PAUSECOMMAND_H
virtual bool Execute(GXemul &gxemul, const vector< string > &arguments)
Executes the command on a given GXemul instance.
A Command which pauses execution, by changing the current RunState to Paused.
static void RunUnitTests(int &nSucceeded, int &nFailures)
A Command is a named function, executed by the CommandInterpreter.
PauseCommand()
Constructs a PauseCommand.
virtual string GetLongDescription() const
Returns a long description/help message for the command.
virtual string GetShortDescription() const
Returns a short (one-line) description of the command.