Public Member Functions

cyber::editor::commands::MacroCommand Class Reference

#include <MacroCommand.h>

Inheritance diagram for cyber::editor::commands::MacroCommand:
cyber::editor::commands::Command

List of all members.

Public Member Functions

 MacroCommand (unsigned cmd_number, const cl7::string_type &cmd_name, world::WorldDesc *world_desc)
virtual ~MacroCommand (void)
void add_command (Command *cmd)

Detailed Description

The (base) class for macro commands subsuming several (atomic) commands.


Constructor & Destructor Documentation

cyber::editor::commands::MacroCommand::MacroCommand ( unsigned  cmd_number,
const cl7::string_type cmd_name,
world::WorldDesc world_desc 
)

Explicit constructor.

cyber::editor::commands::MacroCommand::~MacroCommand ( void   )  [virtual]

Destructor.


Member Function Documentation

void cyber::editor::commands::MacroCommand::add_command ( Command cmd  ) 

Adds the given command to this macro command.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines