#include <ExCGizmo.h>
Inheritance diagram for ExCGizmo:
Public Methods | |
ExCGizmo (void) | |
~ExCGizmo (void) | |
void | SetVisibleState (bool state) |
bool | GetVisibleState (void) |
void | Draw (void) |
Data Fields | |
ExCVertex | m_Center |
Protected Attributes | |
bool | m_Visible |
|
Definition at line 6 of file ExCGizmo.cpp. References ExCObject::SetName(), and ExCObject::SetType().
|
|
Definition at line 12 of file ExCGizmo.cpp.
00013 { 00014 } |
|
Reimplemented from ExCObject. Reimplemented in ExCGizmoRectangle. Definition at line 16 of file ExCGizmo.cpp.
00017 { 00018 } |
|
Definition at line 50 of file ExCGizmo.h. References m_Visible.
00050 {m_Visible=state;} |
|
Definition at line 49 of file ExCGizmo.h.
00050 {m_Visible=state;} |
|
Definition at line 40 of file ExCGizmo.h. Referenced by ExCOctree::BuildBox(), ExCOctree::BuildFirstBox(), ExCOctree::Draw(), ExCOctree::MeshInOctree(), and ExCOctree::SubDivise(). |
|
Definition at line 35 of file ExCGizmo.h. Referenced by GetVisibleState(). |