ContinueBackwardsCommand.cc Source File
Back to the index.
Go to the documentation of this file.
33 :
Command(
"continue-backwards",
"")
52 return "Runs the emulation backwards.";
58 return "Runs the emulation backwards.";
67 static void Test_ContinueBackwardsCommand_Test()
74 UNITTEST(Test_ContinueBackwardsCommand_Test);
virtual bool Execute(GXemul &gxemul, const vector< string > &arguments)
Executes the command on a given GXemul instance.
#define UNITTESTS(class)
Helper for unit test case execution.
A Command is a named function, executed by the CommandInterpreter.
#define UNITTEST(functionname)
Helper for unit test case execution.
A Command which sets the RunState to BackwardsRunning.
virtual void ShowDebugMessage(const string &msg)=0
Shows a debug message.
virtual ~ContinueBackwardsCommand()
UI * GetUI()
Gets a pointer to the GXemul instance' active UI.
ContinueBackwardsCommand()
Constructs a ContinueBackwardsCommand.
virtual string GetShortDescription() const
Returns a short (one-line) description of the command.
virtual string GetLongDescription() const
Returns a long description/help message for the command.
Generated on Tue Aug 25 2020 19:25:06 for GXemul by
1.8.18