#include <ExCFile.h>
Membres publics | |
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) |
Attributs Privés | |
string | action |
int | command |
string | param |
|
Définition à la ligne 55 du fichier ExCFile.h.
00055 {}; |
|
Définition à la ligne 56 du fichier ExCFile.h. Références action, et command.
|
|
Définition à la ligne 58 du fichier ExCFile.h. Références action. Référencé par ExManagerCommand::AddCommandAction(), ExManagerConsole::AddStringAction(), et ExCFileWriter::setContent().
00058 { return action; }; |
|
Définition à la ligne 61 du fichier ExCFile.h. Références command. Référencé par ExManagerCommand::AddCommandAction(), ExManagerConsole::AddStringAction(), et ExCFileWriter::setContent().
00061 { return command; }; |
|
Définition à la ligne 64 du fichier ExCFile.h. Références param. Référencé par ExManagerCommand::AddCommandAction().
00064 { return param; }; |
|
Définition à la ligne 57 du fichier ExCFile.h. Références action.
00057 { action = s; }; |
|
Définition à la ligne 67 du fichier ExCFile.h. Références action, command, et param.
|
|
Définition à la ligne 66 du fichier ExCFile.h. Références action, et command.
|
|
Définition à la ligne 60 du fichier ExCFile.h. Références command.
00060 { command = c; }; |
|
Définition à la ligne 63 du fichier ExCFile.h. Références param.
00063 { param = p; }; |
|
Définition à la ligne 51 du fichier ExCFile.h. Référencé par ExCFileDataAction(), getAction(), setAction(), et setActionCommand(). |
|
Définition à la ligne 52 du fichier ExCFile.h. Référencé par ExCFileDataAction(), getCommand(), setActionCommand(), et setCommand(). |
|
Définition à la ligne 53 du fichier ExCFile.h. Référencé par getParam(), setActionCommand(), et setParam(). |