#include <ExCObject.h>
Graphe d'héritage de la classe ExCObject
Membres publics | |
ExCObject () | |
ExCObject (std::string FileName) | |
virtual | ~ExCObject () |
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 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 ExCEntite::ExCEntite(), 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 } |
|
Redéfinie dans ExCCamera, ExCCameraChase, ExCCameraTarget, ExCComposed, ExCEntite, ExCGizmo, ExCGizmoRectangle, ExCInterface, ExCMap, ExCMenu, ExCModel, ExCModel3DS, ExCModelASC, ExCModelMD2, ExCModelMD3, ExCModelOBJ, ExCParticule, et ExCSystemeParticule. Définition à la ligne 60 du fichier ExCObject.cpp. Référencé par Draw().
00061 { 00062 Guard(void ExCObject::Draw(void)) 00063 UnGuard 00064 } |
|
Définition à la ligne 60 du fichier ExCObject.h. Références m_ObjectName.
00060 {return m_ObjectName;} |
|
Définition à la ligne 58 du fichier ExCObject.h. Référencé par ExManagerEntite::Add(), ExManagerEntite::NewObject(), ExManagerCam::NewObject(), ExManagerId::RecordObject(), et ExCObject3D::ShowInfo(). |
|
Définition à la ligne 59 du fichier ExCObject.h. Références m_ObjectId. Référencé par ExManagerTexture::Add(), ExManagerInterface::Load(), ExCComposed::LoadAsc(), ExManagerId::RecordObject(), et ExCObject3D::ShowInfo().
00059 {return m_ObjectId;} |
|
Définition à la ligne 61 du fichier ExCObject.h. Références m_ObjectFileName. Référencé par ExManagerId::RecordObject().
00061 {return m_ObjectFileName;} |
|
Redéfinie dans ExCInterface, ExCMenu, ExCModelASC, et ExCTexture. Définition à la ligne 53 du fichier ExCObject.cpp. Références Guard, et LoadFile(). Référencé par ExCObject(), et LoadFile().
00054 { 00055 Guard(bool ExCObject::LoadFile(std::string FileName)) 00056 return true; 00057 UnGuard 00058 } |
|
Définition à la ligne 64 du fichier ExCObject.h. Références m_ObjectName.
00064 {m_ObjectName = Name;} |
|
Définition à la ligne 62 du fichier ExCObject.h. Références m_ObjectType. Référencé par ExCObject(), ExManagerId::RecordObject(), et SetIdName().
00062 {return m_ObjectType;} |
|
Définition à la ligne 47 du fichier ExCObject.cpp. Références SetId(), et SetName(). Référencé par ExManagerCam::NewObject().
|
|
|
|
Définition à la ligne 41 du fichier ExCObject.h. |
|
Définition à la ligne 39 du fichier ExCObject.h. |
|
Définition à la ligne 40 du fichier ExCObject.h. Référencé par GetFileName(), SetFileName(), et ExCTexture::SetName(). |
|
Définition à la ligne 42 du fichier ExCObject.h. Référencé par SetId(). |