#include <gedconf.h>
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) |
Definition at line 34 of file gedconf.h.
| GedMacroCommand::GedMacroCommand | ( | std::string | name, | |
| std::string | param | |||
| ) | [inline] |
Create new GedMacroCommand instance.
| name | Name of command. | |
| param | Command data. |
| std::string GedMacroCommand::getName | ( | ) | [inline] |
| std::string GedMacroCommand::getParam | ( | ) | [inline] |
| void GedMacroCommand::setName | ( | std::string | name | ) | [inline] |
| void GedMacroCommand::setParam | ( | std::string | param | ) | [inline] |
| void GedMacroCommand::addParam | ( | std::string | param | ) | [inline] |
1.5.2