GedMacroCommand Class Reference

#include <gedconf.h>

List of all members.

Public Member Functions

 GedMacroCommand (std::string name, std::string param)
std::string getName ()
std::string getParam ()
void setName (std::string name)
void setParam (std::string param)
void addParam (std::string param)


Detailed Description

Class containing command name and command data.

Definition at line 34 of file gedconf.h.


Constructor & Destructor Documentation

GedMacroCommand::GedMacroCommand ( std::string  name,
std::string  param 
) [inline]

Create new GedMacroCommand instance.

Parameters:
name Name of command.
param Command data.

Definition at line 41 of file gedconf.h.


Member Function Documentation

std::string GedMacroCommand::getName (  )  [inline]

Get command name.

Returns:
Command name.

Definition at line 50 of file gedconf.h.

std::string GedMacroCommand::getParam (  )  [inline]

Get command data.

Returns:
Text string containing command data.

Definition at line 56 of file gedconf.h.

void GedMacroCommand::setName ( std::string  name  )  [inline]

Set command name.

Parameters:
name Command name to set.

Definition at line 62 of file gedconf.h.

void GedMacroCommand::setParam ( std::string  param  )  [inline]

Set command data.

Parameters:
param Text string containing command data.

Definition at line 68 of file gedconf.h.

void GedMacroCommand::addParam ( std::string  param  )  [inline]

Add data to existing command.

Parameters:
param String to add.

Definition at line 74 of file gedconf.h.


The documentation for this class was generated from the following file:
Generated on Wed Aug 29 00:01:04 2007 for GED 2006 by  doxygen 1.5.2