CopyComponentCommand.h Source File
Back to the index.
Go to the documentation of this file. 1 #ifndef COPYCOMPONENTCOMMAND_H
2 #define COPYCOMPONENTCOMMAND_H
52 virtual bool Execute(
GXemul& gxemul,
const vector<string>& arguments);
61 static void RunUnitTests(
int& nSucceeded,
int& nFailures);
65 #endif // COPYCOMPONENTCOMMAND_H
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.
A Command which copies (clones) a Component from one location to another in the component tree.
virtual string GetShortDescription() const
Returns a short (one-line) description of the command.
static void RunUnitTests(int &nSucceeded, int &nFailures)
A Command is a named function, executed by the CommandInterpreter.
CopyComponentCommand()
Constructs a CopyComponentCommand.
virtual ~CopyComponentCommand()
Generated on Tue Mar 24 2020 14:04:48 for GXemul by
1.8.17