#include <ExCParticuleTexture.h>
Graphe d'héritage de la classe ExCParticuleTexture
Membres publics | |
ExCParticuleTexture () | |
~ExCParticuleTexture () | |
void | SetManagerTexture (ExManagerTexture *Texture) |
Attributs Protégés | |
ExManagerTexture * | ManagerTexture |
|
Définition à la ligne 25 du fichier ExCParticuleTexture.cpp. Références ExCParticuleTexture(), Guard, ExCObject::SetName(), et ExCObject::SetType(). Référencé par ExCParticuleTexture(), et ~ExCParticuleTexture().
00026 { 00027 Guard(ExCParticuleTexture::ExCParticuleTexture(void)) 00028 SetName("ExCParticuleTexture"); 00029 SetType(typeid(this).name()); 00030 UnGuard 00031 } |
|
Définition à la ligne 33 du fichier ExCParticuleTexture.cpp. Références ExCParticuleTexture(), et Guard.
00034 { 00035 Guard(ExCParticuleTexture::~ExCParticuleTexture(void)) 00036 UnGuard 00037 } |
|
Définition à la ligne 50 du fichier ExCParticuleTexture.h. Références ManagerTexture.
00051 {ManagerTexture = Texture;} |
|
Définition à la ligne 40 du fichier ExCParticuleTexture.h. |