#include <ExCGizmo.h>
Graphe d'héritage de la classe ExCGizmo
Membres publics | |
ExCGizmo (void) | |
~ExCGizmo (void) | |
void | SetVisibleState (bool state) |
bool | GetVisibleState (void) |
void | Draw (void) |
Attributs Publics | |
ExCVertex | m_Center |
Attributs Protégés | |
bool | m_Visible |
|
Définition à la ligne 6 du fichier ExCGizmo.cpp. Références ExCObject::SetName(), et ExCObject::SetType().
|
|
Définition à la ligne 12 du fichier ExCGizmo.cpp.
00013 { 00014 } |
|
Redéfinie à partir de ExCObject. Redéfinie dans ExCGizmoRectangle. Définition à la ligne 16 du fichier ExCGizmo.cpp.
00017 { 00018 } |
|
Définition à la ligne 50 du fichier ExCGizmo.h. Références m_Visible.
00050 {m_Visible=state;} |
|
Définition à la ligne 49 du fichier ExCGizmo.h.
00050 {m_Visible=state;} |
|
Définition à la ligne 40 du fichier ExCGizmo.h. Référencé par ExCOctree::BuildBox(), ExCOctree::BuildFirstBox(), ExCOctree::Draw(), ExCOctree::MeshInOctree(), et ExCOctree::SubDivise(). |
|
Définition à la ligne 35 du fichier ExCGizmo.h. Référencé par GetVisibleState(). |