#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.
00007 { 00008 } |
|
Définition à la ligne 10 du fichier ExCGizmo.cpp.
00011 { 00012 } |
|
Redéfinie à partir de ExCObject. Redéfinie dans ExCGizmoRectangle. Définition à la ligne 14 du fichier ExCGizmo.cpp.
00015 { 00016 } |
|
Définition à la ligne 51 du fichier ExCGizmo.h. Références m_Visible.
00051 {return m_Visible;} |
|
Définition à la ligne 50 du fichier ExCGizmo.h. Références m_Visible.
00050 {m_Visible=state;} |
|
Définition à la ligne 41 du fichier ExCGizmo.h. Référencé par ExCOctree::BuildBox(), ExCOctree::BuildFirstBox(), ExCOctree::Draw(), ExCOctree::MeshInOctree(), et ExCOctree::SubDivise(). |
|
Définition à la ligne 36 du fichier ExCGizmo.h. Référencé par GetVisibleState(), et SetVisibleState(). |