PauseCommand.h Source File
Back to the index.
Go to the documentation of this file.
52 virtual bool Execute(
GXemul& gxemul,
const vector<string>& arguments);
61 static void RunUnitTests(
int& nSucceeded,
int& nFailures);
65 #endif // PAUSECOMMAND_H
virtual string GetShortDescription() const
Returns a short (one-line) description of the command.
A Command is a named function, executed by the CommandInterpreter.
static void RunUnitTests(int &nSucceeded, int &nFailures)
virtual bool Execute(GXemul &gxemul, const vector< string > &arguments)
Executes the command on a given GXemul instance.
PauseCommand()
Constructs a PauseCommand.
virtual string GetLongDescription() const
Returns a long description/help message for the command.
A Command which pauses execution, by changing the current RunState to Paused.
Generated on Tue Mar 24 2020 14:04:48 for GXemul by
1.8.17