Graphic Module Debug Drawer Peer. More...
#include <deBaseGraphicDebugDrawer.h>
Public Member Functions | |
Constructors and Destructors | |
| deBaseGraphicDebugDrawer () | |
| Creates a new peer. | |
| virtual | ~deBaseGraphicDebugDrawer () |
| Cleans up the peer. | |
Notifications | |
| virtual void | ColorChanged () |
| Edge or fill color changed. | |
| virtual void | VisibleChanged () |
| Visibile changed. | |
| virtual void | XRayChanged () |
| X-Ray changed. | |
| virtual void | ShapeAdded (int index, deDebugDrawerShape *shape) |
| Shape added. | |
| virtual void | ShapeChanged (int index, deDebugDrawerShape *shape) |
| Shape changed. | |
| virtual void | ShapeRemoved (int index, deDebugDrawerShape *shape) |
| Shape removed. | |
| virtual void | AllShapesRemoved () |
| All shapes removed. | |
Graphic Module Debug Drawer Peer.
| deBaseGraphicDebugDrawer::deBaseGraphicDebugDrawer | ( | ) |
Creates a new peer.
| virtual deBaseGraphicDebugDrawer::~deBaseGraphicDebugDrawer | ( | ) | [virtual] |
Cleans up the peer.
| virtual void deBaseGraphicDebugDrawer::AllShapesRemoved | ( | ) | [virtual] |
All shapes removed.
| virtual void deBaseGraphicDebugDrawer::ColorChanged | ( | ) | [virtual] |
Edge or fill color changed.
| virtual void deBaseGraphicDebugDrawer::ShapeAdded | ( | int | index, |
| deDebugDrawerShape * | shape | ||
| ) | [virtual] |
Shape added.
| virtual void deBaseGraphicDebugDrawer::ShapeChanged | ( | int | index, |
| deDebugDrawerShape * | shape | ||
| ) | [virtual] |
Shape changed.
| virtual void deBaseGraphicDebugDrawer::ShapeRemoved | ( | int | index, |
| deDebugDrawerShape * | shape | ||
| ) | [virtual] |
Shape removed.
| virtual void deBaseGraphicDebugDrawer::VisibleChanged | ( | ) | [virtual] |
Visibile changed.
| virtual void deBaseGraphicDebugDrawer::XRayChanged | ( | ) | [virtual] |
X-Ray changed.
1.7.2