#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 54 du fichier ExCFile.h.
00054 {}; |
|
Définition à la ligne 55 du fichier ExCFile.h. Références action, et command.
|
|
Définition à la ligne 57 du fichier ExCFile.h. Références action. Référencé par ExManagerCommand::AddCommandAction(), ExManagerConsole::AddStringAction(), et ExCFileWriter::setContent().
00057 { return action; }; |
|
Définition à la ligne 60 du fichier ExCFile.h. Références command. Référencé par ExManagerCommand::AddCommandAction(), ExManagerConsole::AddStringAction(), et ExCFileWriter::setContent().
00060 { return command; }; |
|
Définition à la ligne 63 du fichier ExCFile.h. Références param. Référencé par ExManagerCommand::AddCommandAction().
00063 { return param; }; |
|
Définition à la ligne 56 du fichier ExCFile.h. Références action. Référencé par ExCFileReader::getContent().
00056 { action = s; }; |
|
Définition à la ligne 66 du fichier ExCFile.h. Références action, command, et param.
|
|
Définition à la ligne 65 du fichier ExCFile.h. Références action, et command.
|
|
Définition à la ligne 59 du fichier ExCFile.h. Références command. Référencé par ExCFileReader::getContent().
00059 { command = c; }; |
|
Définition à la ligne 62 du fichier ExCFile.h. Références param. Référencé par ExCFileReader::getContent().
00062 { param = p; }; |
|
Définition à la ligne 50 du fichier ExCFile.h. Référencé par ExCFileDataAction(), getAction(), setAction(), et setActionCommand(). |
|
Définition à la ligne 51 du fichier ExCFile.h. Référencé par ExCFileDataAction(), getCommand(), setActionCommand(), et setCommand(). |
|
Définition à la ligne 52 du fichier ExCFile.h. Référencé par getParam(), setActionCommand(), et setParam(). |