#include <DebugDrawing.h>
Inheritance diagram for DebugDrawing::Element:
Public Types | |
LINE | |
POLYGON | |
ELLIPSE | |
enum | { LINE, POLYGON, ELLIPSE } |
Public Attributes | |
enum DebugDrawing::Element:: { ... } | type |
Drawings::PenStyle | penStyle |
Color | penColor |
int | width |
Definition at line 132 of file DebugDrawing.h.
anonymous enum |
Definition at line 137 of file DebugDrawing.h.
Referenced by DebugDrawing::ellipse(), DebugDrawing::line(), operator<<(), operator>>(), PaintMethodsWin32::paintDebugDrawingToCDC(), and DebugDrawing::polygon().
Definition at line 136 of file DebugDrawing.h.
Referenced by DebugDrawing::ellipse(), DebugDrawing::line(), operator<<(), operator>>(), PaintMethodsWin32::paintDebugDrawingToCDC(), and DebugDrawing::polygon().
enum { ... } DebugDrawing::Element::type |
Referenced by DebugDrawing::Ellipse::Ellipse(), DebugDrawing::Line::Line(), and DebugDrawing::Polygon::Polygon().
Definition at line 138 of file DebugDrawing.h.
Referenced by DebugDrawing::ellipse(), DebugDrawing::line(), operator<<(), operator>>(), PaintMethodsWin32::paintDebugDrawingToCDC(), and DebugDrawing::polygon().