#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 55 of file ExCFile.h.
00055 {}; |
|
Definition at line 56 of file ExCFile.h. References action, and command.
|
|
Definition at line 58 of file ExCFile.h. References action. Referenced by ExManagerCommand::AddCommandAction(), ExManagerConsole::AddStringAction(), and ExCFileWriter::setContent().
00058 { return action; }; |
|
Definition at line 61 of file ExCFile.h. References command. Referenced by ExManagerCommand::AddCommandAction(), ExManagerConsole::AddStringAction(), and ExCFileWriter::setContent().
00061 { return command; }; |
|
Definition at line 64 of file ExCFile.h. References param. Referenced by ExManagerCommand::AddCommandAction().
00064 { return param; }; |
|
Definition at line 57 of file ExCFile.h. References action.
00057 { action = s; }; |
|
Definition at line 67 of file ExCFile.h. References action, command, and param.
|
|
Definition at line 66 of file ExCFile.h. References action, and command.
|
|
Definition at line 60 of file ExCFile.h. References command.
00060 { command = c; }; |
|
Definition at line 63 of file ExCFile.h. References param.
00063 { param = p; }; |
|
Definition at line 51 of file ExCFile.h. Referenced by ExCFileDataAction(), getAction(), setAction(), and setActionCommand(). |
|
Definition at line 52 of file ExCFile.h. Referenced by ExCFileDataAction(), getCommand(), setActionCommand(), and setCommand(). |
|
Definition at line 53 of file ExCFile.h. Referenced by getParam(), setActionCommand(), and setParam(). |