#include <ExCObject.h>
Graphe d'héritage de la classe ExCObject
Membres publics | |
ExCObject () | |
ExCObject (std::string FileName) | |
virtual | ~ExCObject () |
void | SetFlux (std::ostrstream *consol, ExCFluxAction *action) |
virtual void | Draw (void) |
virtual bool | LoadFile (std::string FileName) |
void | SetIdName (ExNihilo::IdName idname) |
ExNihilo::ExId | GetId (void) |
std::string | GetName (void) |
std::string | GetFileName (void) |
std::string | GetType (void) |
void | SetId (ExNihilo::ExId Id) |
void | SetName (std::string Name) |
void | SetFileName (std::string FileName) |
void | SetType (std::string Type) |
Attributs Publics | |
std::ostrstream * | Consol |
ExCFluxAction * | FluxAction |
Attributs Protégés | |
ExNihilo::ExId | m_ObjectId |
std::string | m_ObjectName |
std::string | m_ObjectFileName |
std::string | m_ObjectType |
|
Définition à la ligne 28 du fichier ExCObject.cpp. Références SetId(), SetName(), et SetType(). Référencé par ExCObject(), et ExCObject3D::ExCObject3D().
|
|
Définition à la ligne 41 du fichier ExCObject.cpp. Références ExCObject(), et LoadFile().
|
|
Définition à la ligne 36 du fichier ExCObject.cpp.
00037 { 00038 00039 } |
|
|
Définition à la ligne 94 du fichier ExCObject.h. Références m_ObjectFileName. Référencé par ExManagerMap::InputAction().
00094 {return m_ObjectFileName;} |
|
Définition à la ligne 92 du fichier ExCObject.h. Références ExNihilo::ExId, et m_ObjectId. Référencé par ExCSystemeParticule::CreateNewParticle(), ExManagerModel::Load(), ExManagerMesh::Load(), ExManagerId::RecordObject(), ExCObject3D::ShowInfo(), et ExCModelMD2::ShowInfo().
00092 {return m_ObjectId;} |
|
Définition à la ligne 93 du fichier ExCObject.h. Références m_ObjectName. Référencé par ExManagerTexture::Add(), ExManagerInterface::Load(), ExManagerEntity::LoadGroupe(), ExManagerId::RecordObject(), ExManagerCollision::ResolveCollision(), ExCObject3D::ShowInfo(), et ExCModelMD2::ShowInfo().
00093 {return m_ObjectName;} |
|
Définition à la ligne 95 du fichier ExCObject.h. Références m_ObjectType. Référencé par ExManagerId::RecordObject(), et ExManagerCollision::ResolveCollision().
00095 {return m_ObjectType;} |
|
Redéfinie dans ExCAnimation, ExCEntity, ExCGroupEntity, ExCTexture, ExCInterface, ExCWindowTitleBar, ExCWindow, ExCWindowTitleBar, et ExCGizmoLineBezier. Définition à la ligne 53 du fichier ExCObject.cpp. Références Guard, LoadFile(), et UnGuard. Référencé par ExCModelASC::ExCModelASC(), ExCObject(), ExCWindow::LoadFile(), et LoadFile().
|
|
Définition à la ligne 98 du fichier ExCObject.h. Références m_ObjectFileName. Référencé par ExManagerModel::Load(), ExManagerMap::Load(), ExManagerEntity::Load(), ExCGizmoLineBezier::LoadFile(), ExCAnimation::LoadFile(), et ExManagerEntity::LoadGroupe().
00098 {m_ObjectFileName = FileName;} |
|
Définition à la ligne 66 du fichier ExCObject.cpp. Références Consol, et FluxAction. Référencé par ExManagerId::RecordObject().
00067 { 00068 Consol=consol; 00069 FluxAction=action; 00070 } |
|
Définition à la ligne 96 du fichier ExCObject.h. Références ExNihilo::ExId, et m_ObjectId. Référencé par ExCSystemeParticule::CreateNewParticle(), ExCObject(), ExManagerId::RecordObject(), et SetIdName().
00096 {m_ObjectId=Id;} |
|
Définition à la ligne 47 du fichier ExCObject.cpp. Références ExNihilo::IdName, SetId(), et SetName().
|
|
|
|
Redéfinie dans ExCInterface, et ExCSystemeParticule. Définition à la ligne 75 du fichier ExCObject.h. Référencé par ExCTexture::LoadFile(), et SetFlux(). |
|
Définition à la ligne 76 du fichier ExCObject.h. Référencé par ExCAnimation::Draw(), et SetFlux(). |
|
Définition à la ligne 72 du fichier ExCObject.h. Référencé par GetFileName(), ExCTexture::LoadFile(), et SetFileName(). |
|
Définition à la ligne 70 du fichier ExCObject.h. |
|
Définition à la ligne 71 du fichier ExCObject.h. Référencé par GetName(), ExCGroupEntity::LoadFile(), ExCEntity::LoadFile(), ExCTexture::SetName(), et SetName(). |
|
Définition à la ligne 73 du fichier ExCObject.h. |