#include <ExCFile.h>
Public Methods | |
ExCFileDataAction () | |
ExCFileDataAction (string s, int c) | |
void | setAction (string s) |
string | getAction (void) |
void | setCommand (int c) |
int | getCommand (void) |
void | setParam (string p) |
string | getParam (void) |
void | setActionCommand (string s, int c) |
void | setActionCommand (string s, int c, string p) |
Private Attributes | |
string | action |
int | command |
string | param |
|
Definition at line 54 of file ExCFile.h.
00054 {}; |
|
Definition at line 55 of file ExCFile.h. References action, and command.
|
|
Definition at line 57 of file ExCFile.h. References action. Referenced by ExManagerCommand::AddCommandAction(), ExManagerConsole::AddStringAction(), and ExCFileWriter::setContent().
00057 { return action; }; |
|
Definition at line 60 of file ExCFile.h. References command. Referenced by ExManagerCommand::AddCommandAction(), ExManagerConsole::AddStringAction(), and ExCFileWriter::setContent().
00060 { return command; }; |
|
Definition at line 63 of file ExCFile.h. References param. Referenced by ExManagerCommand::AddCommandAction().
00063 { return param; }; |
|
Definition at line 56 of file ExCFile.h. References action. Referenced by ExCFileReader::getContent().
00056 { action = s; }; |
|
Definition at line 66 of file ExCFile.h. References action, command, and param.
|
|
Definition at line 65 of file ExCFile.h. References action, and command.
|
|
Definition at line 59 of file ExCFile.h. References command. Referenced by ExCFileReader::getContent().
00059 { command = c; }; |
|
Definition at line 62 of file ExCFile.h. References param. Referenced by ExCFileReader::getContent().
00062 { param = p; }; |
|
Definition at line 50 of file ExCFile.h. Referenced by ExCFileDataAction(), getAction(), setAction(), and setActionCommand(). |
|
Definition at line 51 of file ExCFile.h. Referenced by ExCFileDataAction(), getCommand(), setActionCommand(), and setCommand(). |
|
Definition at line 52 of file ExCFile.h. Referenced by getParam(), setActionCommand(), and setParam(). |