#include <ExManager.h>
Graphe d'héritage de la classe ExManager
Membres publics | |
ExManager () | |
~ExManager () | |
void | SetConsolFlux (std::ostrstream *consol) |
bool | GetStatus (void) |
void | SetStatus (bool status) |
void | SetAskForCommand (bool status) |
void | SetAskForExclusifCommand (bool status) |
bool | AskForCommand (void) |
bool | AskForExclusifCommand (void) |
virtual void | Init (void) |
virtual void | Reset (void) |
virtual ExCAction | InputCommand (ExCCommand Command) |
virtual ExCAction | InputAction (ExCAction Action) |
Attributs Publics | |
std::ostrstream * | Consol |
Attributs Protégés | |
bool | m_Status |
bool | m_AskForCommand |
bool | m_Exclusif |
|
Définition à la ligne 25 du fichier ExManager.cpp.
00026 {} |
|
Définition à la ligne 27 du fichier ExManager.cpp.
00028 {} |
|
Définition à la ligne 57 du fichier ExManager.h. Références m_AskForCommand. Référencé par ExManagerCommand::InputCommand().
00057 {return m_AskForCommand;} |
|
Définition à la ligne 58 du fichier ExManager.h. Références m_Exclusif. Référencé par ExManagerCommand::InputCommand().
00058 {return m_Exclusif;} |
|
Définition à la ligne 53 du fichier ExManager.h. Références m_Status. Référencé par ExManagerMenu::Draw(), ExManagerInterface::Draw(), ExManagerConsole::Draw(), ExManagerOutput::DrawScene(), et ExManagerMenu::InputAction().
00053 {return m_Status;} |
|
|
Redéfinie dans ExManagerCamera, ExManagerCommand, ExManagerConsole, ExManagerFog, ExManagerId, ExManagerInterface, ExManagerMap, ExManagerMenu, ExManagerModel, ExManagerParticuleSystem, ExManagerSound, ExManagerTexture, et ExManagerWindow. Définition à la ligne 37 du fichier ExManager.cpp.
00038 {return NOTHING;}
|
|
Redéfinie dans ExManagerCamera, ExManagerCommand, ExManagerConsole, ExManagerFog, ExManagerInterface, ExManagerMap, ExManagerMenu, ExManagerModel, ExManagerParticuleSystem, ExManagerSound, et ExManagerWindow. Définition à la ligne 35 du fichier ExManager.cpp.
00036 {return NOTHING;}
|
|
|
Définition à la ligne 55 du fichier ExManager.h. Références m_AskForCommand. Référencé par ExManagerConsole::ExManagerConsole(), ExManagerModel::ExManagerModel(), ExManagerMenu::Init(), ExManagerMenu::InputAction(), et ExManagerConsole::InputAction().
00055 {m_AskForCommand=status;} |
|
Définition à la ligne 56 du fichier ExManager.h. Références m_Exclusif. Référencé par ExManagerConsole::ExManagerConsole(), ExManagerModel::ExManagerModel(), ExManagerMenu::Init(), ExManagerMenu::InputAction(), et ExManagerConsole::InputAction().
00056 {m_Exclusif=status;} |
|
Définition à la ligne 33 du fichier ExManager.cpp. Références Consol. Référencé par SetManagerLink().
00034 {Consol=consol;} |
|
Définition à la ligne 54 du fichier ExManager.h. Références m_Status. Référencé par ExManagerConsole::Draw(), ExManagerConsole::ExManagerConsole(), ExManagerMenu::Init(), ExManagerInterface::Init(), ExManagerMenu::InputAction(), ExManagerConsole::InputAction(), et ExManagerConsole::SetConsoleState().
00054 {m_Status=status;} |
|
|
Définition à la ligne 37 du fichier ExManager.h. Référencé par AskForCommand(), ExManagerConsole::ExManagerConsole(), et SetAskForCommand(). |
|
Définition à la ligne 38 du fichier ExManager.h. Référencé par AskForExclusifCommand(), et SetAskForExclusifCommand(). |
|
Définition à la ligne 36 du fichier ExManager.h. Référencé par GetStatus(), et SetStatus(). |