#include <ExManagerAnimation.h>
Graphe d'héritage de la classe ExManagerAnimation
Membres publics | |
void | Reset (void) |
void | SetManagerId (ExManagerId *Id) |
Membres publics statiques | |
ExManagerAnimation * | CreateSingleton (void) |
Attributs Publics | |
std::ostrstream * | Consol |
void(* | WriteToConsol )(const char *Label) |
Membres privés | |
ExManagerAnimation (void) | |
~ExManagerAnimation (void) | |
Attributs Privés | |
ExManagerId * | ManagerId |
Attributs Privés Statiques | |
bool | m_flag = false |
ExManagerAnimation * | m_instance = NULL |
|
Définition à la ligne 42 du fichier ExManagerAnimation.cpp.
00043 { 00044 } |
|
Définition à la ligne 46 du fichier ExManagerAnimation.cpp.
00047 { 00048 } |
|
Définition à la ligne 28 du fichier ExManagerAnimation.cpp. Références CreateSingleton(), Guard, m_flag, et m_instance. Référencé par CreateSingleton(), et main().
00028 { 00029 Guard(ExManagerAnimation* ExManagerAnimation::CreateSingleton(void)) 00030 if(!m_flag) 00031 { 00032 m_flag = true; // We are creating the error log now, so set flag to true 00033 m_instance = new ExManagerAnimation; // Create the error log 00034 }else 00035 { 00036 std::cout<<"Error singleton already created"<<std::endl; 00037 } 00038 return m_instance; 00039 UnGuard 00040 } |
|
Redéfinie à partir de ExManager. Définition à la ligne 50 du fichier ExManagerAnimation.cpp. Référencé par ExManagerCommand::ProcesExCAction().
00051 { 00052 } |
|
Définition à la ligne 86 du fichier ExManagerAnimation.h. Références ManagerId. Référencé par SetManagerLink().
00087 {ManagerId = Id;} |
|
Redéfinie à partir de ExManager. Définition à la ligne 83 du fichier ExManagerAnimation.h. |
|
Définition à la ligne 25 du fichier ExManagerAnimation.cpp. Référencé par CreateSingleton(). |
|
Définition à la ligne 26 du fichier ExManagerAnimation.cpp. Référencé par CreateSingleton(). |
|
Définition à la ligne 68 du fichier ExManagerAnimation.h. |
|
|