#include <ExManagerAnimation.h>
Graphe d'héritage de la classe ExManagerAnimation
|
Définition à la ligne 42 du fichier ExManagerAnimation.cpp. Références ExManagerAnimation(), Guard, et UnGuard. Référencé par ExManagerAnimation(), et ~ExManagerAnimation().
|
|
Définition à la ligne 48 du fichier ExManagerAnimation.cpp. Références ExManagerAnimation(), Guard, et UnGuard.
00049 { 00050 Guard(ExManagerAnimation::~ExManagerAnimation(void)) 00051 UnGuard 00052 } |
|
|
|
|
|
Définition à la ligne 89 du fichier ExManager.h. Références ExManager::m_AskForCommand. Référencé par ExManagerCommand::InputCommand().
00089 {return m_AskForCommand;} |
|
Définition à la ligne 90 du fichier ExManager.h. Références ExManager::m_Exclusif. Référencé par ExManagerCommand::InputCommand().
00090 {return m_Exclusif;} |
|
Définition à la ligne 28 du fichier ExManagerAnimation.cpp. Références CreateSingleton(), Guard, m_flag, m_instance, et UnGuard. Référencé par CreateManager(), et CreateSingleton().
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 ExManagerObject< ExCAnimation >. Définition à la ligne 98 du fichier ExManagerAnimation.cpp. Références Draw(), Guard, ExManagerObject< ExCAnimation >::m_ItMap, ExManagerObject< ExCAnimation >::m_Map, et UnGuard. Référencé par Draw(), et ExManagerOutput::DrawScene().
|
|
Redéfinie à partir de ExManagerObject< ExCAnimation >. Définition à la ligne 169 du fichier ExManagerAnimation.cpp. Références GetCurrentObject(), GetObject(), Guard, ExManagerObject< ExCAnimation >::m_CurrentObjectId, et UnGuard. Référencé par GetCurrentObject(), et InputAction().
00170 { 00171 Guard(ExCAnimation* ExManagerAnimation::GetCurrentObject(void)) 00172 return GetObject(m_CurrentObjectId); 00173 UnGuard 00174 } |
|
|
|
|
|
|
|
|
|
Définition à la ligne 124 du fichier ExManagerObject.h.
00124 {return m_Map->size();} |
|
|
|
Redéfinie à partir de ExManagerObject< ExCAnimation >. Définition à la ligne 175 du fichier ExManagerAnimation.cpp. Références ExNihilo::ExId, GetObject(), Guard, ExManagerObject< ExCAnimation >::m_ItMap, ExManagerObject< ExCAnimation >::m_Map, et UnGuard. Référencé par GetCurrentObject(), et GetObject().
|
|
Définition à la ligne 85 du fichier ExManager.h. Références ExManager::m_Status. Référencé par ExManagerInterface::Draw(), ExManagerConsole::Draw(), et ExManagerOutput::DrawScene().
00085 {return m_Status;} |
|
|
|
Redéfinie à partir de ExManagerObject< ExCAnimation >. Définition à la ligne 87 du fichier ExManagerAnimation.cpp. Références Guard, ExManagerObject< TypeA >::Init(), Init(), et UnGuard. Référencé par Init(), et PreInitManager().
00088 { 00089 Guard(void ExManagerAnimation::Init(void)) 00090 ExManagerObject<ExCAnimation>::Init(); 00091 //ExCAnimation Anim1; 00092 //Anim1.m_Object=ManagerModel->GetCurrentObject(); 00093 //Anim1.m_Object=ManagerCamera->GetCurrentObject(); 00094 //ExManagerObject<ExCAnimation>::Add(Anim1); 00095 UnGuard 00096 } |
|
|
Redéfinie à partir de ExManager. Définition à la ligne 108 du fichier ExManagerAnimation.cpp. Références Guard, InputCommand(), NOTHING, et UnGuard. Référencé par InputCommand().
00109 { 00110 Guard(ExCAction ExManagerAnimation::InputCommand(ExCCommand Command)) 00111 /* switch(Command.m_Command) 00112 { 00113 default :return NOTHING; 00114 }*/ 00115 return NOTHING; 00116 UnGuard 00117 } |
|
|
|
Redéfinie à partir de ExManagerObject< ExCAnimation >. Définition à la ligne 71 du fichier ExManagerAnimation.cpp. Références ExManagerObject< TypeA >::Add(), Guard, Load(), ExCAnimation::LoadFile(), ManagerCamera, ManagerEntity, ExManagerObject< ExCAnimation >::ManagerId, ManagerModel, ExCAnimation::SetManagerCamera(), ExCAnimation::SetManagerEntity(), ExCAnimation::SetManagerId(), ExCAnimation::SetManagerModel(), et UnGuard. Référencé par Load().
00072 { 00073 Guard(void ExManagerAnimation::Load(std::string FileName)) 00074 ExCAnimation Anim; 00075 Anim.SetManagerCamera(ManagerCamera); 00076 Anim.SetManagerId(ManagerId); 00077 Anim.SetManagerModel(ManagerModel); 00078 Anim.SetManagerEntity(ManagerEntity); 00079 Anim.LoadFile(FileName); 00080 //Anim.m_Object=ManagerModel->GetCurrentObject(); 00081 //Anim.m_Object=ManagerCamera->GetCurrentObject(); 00082 return ExManagerObject<ExCAnimation>::Add(Anim); 00083 UnGuard 00084 } |
|
|
|
|
|
Redéfinie à partir de ExManagerObject< ExCAnimation >. Définition à la ligne 61 du fichier ExManagerAnimation.cpp. Références Guard, ExManagerObject< ExCAnimation >::m_ItMap, ExManagerObject< ExCAnimation >::m_Map, Reload(), et UnGuard. Référencé par InputAction(), ExManagerCommand::ProcesExCAction(), et Reload().
|
|
|
|
|
|
|
|
Redéfinie à partir de ExManagerObject< ExCAnimation >. Définition à la ligne 54 du fichier ExManagerAnimation.cpp. Références Guard, ExManagerObject< TypeA >::Reset(), Reset(), et UnGuard. Référencé par ExManagerCommand::ProcesExCAction(), et Reset().
00055 { 00056 Guard(void ExManagerAnimation::Reset(void)) 00057 ExManagerObject<ExCAnimation>::Reset(); 00058 UnGuard 00059 } |
|
Définition à la ligne 87 du fichier ExManager.h. Références ExManager::m_AskForCommand. Référencé par ExManagerConsole::ExManagerConsole(), ExManagerModel::ExManagerModel(), ExManagerObjectWindow::Init(), ExManagerNetwork::Init(), ExManagerConsole::InputAction(), ExManagerNetwork::InputCommand(), ExManagerLoad::LoadSetOfFile(), et ExManagerNetwork::Say().
00087 {m_AskForCommand=status;} |
|
Définition à la ligne 88 du fichier ExManager.h. Références ExManager::m_Exclusif. Référencé par ExManagerConsole::ExManagerConsole(), ExManagerModel::ExManagerModel(), ExManagerObjectWindow::Init(), ExManagerNetwork::Init(), ExManagerConsole::InputAction(), ExManagerNetwork::InputCommand(), et ExManagerNetwork::Say().
00088 {m_Exclusif=status;} |
|
|
|
Référencé par InputAction(). |
|
Définition à la ligne 35 du fichier ExManager.cpp. Références ExManager::Consol, et ExManager::FluxAction. Référencé par SetManagerLink().
00036 { 00037 Consol=consol; 00038 FluxAction=action; 00039 } |
|
Définition à la ligne 100 du fichier ExManagerAnimation.h. Références ManagerCamera. Référencé par SetManagerLink().
00100 {ManagerCamera = Cam;} |
|
Définition à la ligne 105 du fichier ExManagerAnimation.h. Références ManagerEntity. Référencé par SetManagerLink().
00105 {ManagerEntity = Entity;} |
|
Définition à la ligne 102 du fichier ExManagerAnimation.h. Références ManagerGizmo. Référencé par SetManagerLink().
00102 {ManagerGizmo = Gizmo;} |
|
Définition à la ligne 94 du fichier ExManagerObject.h. Référencé par SetManagerLink().
00094 {ManagerId = Id;} |
|
Définition à la ligne 104 du fichier ExManagerAnimation.h. Références ManagerLight. Référencé par SetManagerLink().
00104 {ManagerLight = Light;} |
|
Définition à la ligne 101 du fichier ExManagerAnimation.h. Références ManagerModel. Référencé par SetManagerLink().
00101 {ManagerModel = Model;} |
|
Définition à la ligne 103 du fichier ExManagerAnimation.h. Références ManagerParticuleSystem. Référencé par SetManagerLink().
00103 {ManagerParticuleSystem = ParticuleSystem;} |
|
Définition à la ligne 86 du fichier ExManager.h. Références ExManager::m_Status. Référencé par ExManagerConsole::Draw(), ExManagerConsole::ExManagerConsole(), ExManagerObjectWindow::Init(), ExManagerInterface::Init(), ExManagerConsole::InputAction(), ExManagerLoad::LoadSetOfFile(), et ExManagerConsole::SetConsoleState().
00086 {m_Status=status;} |
|
|
Définition à la ligne 74 du fichier ExManager.h. Référencé par ExManagerWindow::Apply(), ExManagerCommand::ApplyAction(), ExManagerCommand::LoadExecFile(), ExManagerId::RecordObject(), ExManager::SetFlux(), et ExManagerSpecialEffect::Specialeffect(). |
|
Définition à la ligne 70 du fichier ExManager.h. Référencé par ExManager::AskForCommand(), ExManagerConsole::ExManagerConsole(), et ExManager::SetAskForCommand(). |
|
Définition à la ligne 79 du fichier ExManagerObject.h. Référencé par GetCurrentObject(). |
|
Définition à la ligne 71 du fichier ExManager.h. Référencé par ExManager::AskForExclusifCommand(), et ExManager::SetAskForExclusifCommand(). |
|
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 76 du fichier ExManagerObject.h. Référencé par Draw(), GetObject(), InputAction(), et Reload(). |
|
Définition à la ligne 75 du fichier ExManagerObject.h. Référencé par Draw(), GetObject(), InputAction(), et Reload(). |
|
Définition à la ligne 69 du fichier ExManager.h. Référencé par ExManager::GetStatus(), et ExManager::SetStatus(). |
|
Définition à la ligne 82 du fichier ExManagerAnimation.h. Référencé par Load(), et SetManagerCamera(). |
|
Définition à la ligne 87 du fichier ExManagerAnimation.h. Référencé par Load(), et SetManagerEntity(). |
|
Définition à la ligne 84 du fichier ExManagerAnimation.h. Référencé par SetManagerGizmo(). |
|
Définition à la ligne 78 du fichier ExManagerObject.h. Référencé par Load(). |
|
Définition à la ligne 86 du fichier ExManagerAnimation.h. Référencé par SetManagerLight(). |
|
Définition à la ligne 83 du fichier ExManagerAnimation.h. Référencé par Load(), et SetManagerModel(). |
|
Définition à la ligne 85 du fichier ExManagerAnimation.h. Référencé par SetManagerParticuleSystem(). |