DebugDrawing::Polygon Class Reference

#include <DebugDrawing.h>

Inheritance diagram for DebugDrawing::Polygon:

DebugDrawing::Element List of all members.

Public Member Functions

 Polygon ()

Public Attributes

Vector2< int > points [MAX_NUMBER_OF_POINTS]
int nCount
Drawings::FillStyle fillStyle
Color fillColor

Detailed Description

Stores a polygon

Definition at line 142 of file DebugDrawing.h.


Constructor & Destructor Documentation

DebugDrawing::Polygon::Polygon (  )  [inline]

Definition at line 149 of file DebugDrawing.h.

References DebugDrawing::Element::POLYGON, and DebugDrawing::Element::type.


Member Data Documentation

Color DebugDrawing::Polygon::fillColor

Definition at line 148 of file DebugDrawing.h.

Referenced by operator<<(), operator>>(), PaintMethodsWin32::paintDebugDrawingToCDC(), and DebugDrawing::polygon().

Drawings::FillStyle DebugDrawing::Polygon::fillStyle

Definition at line 147 of file DebugDrawing.h.

Referenced by operator<<(), operator>>(), PaintMethodsWin32::paintDebugDrawingToCDC(), and DebugDrawing::polygon().

int DebugDrawing::Polygon::nCount

Definition at line 146 of file DebugDrawing.h.

Referenced by operator<<(), operator>>(), PaintMethodsWin32::paintDebugDrawingToCDC(), and DebugDrawing::polygon().

Vector2<int> DebugDrawing::Polygon::points[MAX_NUMBER_OF_POINTS]

Definition at line 145 of file DebugDrawing.h.

Referenced by operator<<(), operator>>(), PaintMethodsWin32::paintDebugDrawingToCDC(), and DebugDrawing::polygon().


The documentation for this class was generated from the following file:
Generated on Thu Dec 7 01:27:47 2006 for DT2005.panorama by  doxygen 1.4.7