GRAPHICPORT Class Reference

#include <BasicGraphics.h>

Inheritance diagram for GRAPHICPORT:

HIDDENGRAPH MFCGRAPH List of all members.

Public Member Functions

 GRAPHICPORT ()
GRAPHICERROR GetLastError ()
void SetError (GRAPHICERROR err)
virtual void RegisterColors (COLORLIST &)=0
virtual void NewPicture ()=0
virtual void DrawLine (const VECTOR &, const VECTOR &, COLOR)=0
virtual void DrawEdge (const VECTOR &, const VECTOR &, COLOR)=0
virtual void DrawPolygon (INTEGER, VECTOR *, COLOR)=0
virtual void EndOfPicture ()=0

Private Attributes

GRAPHICERROR LastError

Detailed Description

Definition at line 88 of file BasicGraphics.h.


Constructor & Destructor Documentation

GRAPHICPORT::GRAPHICPORT (  )  [inline]

Definition at line 92 of file BasicGraphics.h.

References GRAPHIC_OK, and LastError.


Member Function Documentation

virtual void GRAPHICPORT::DrawEdge ( const VECTOR ,
const VECTOR ,
COLOR   
) [pure virtual]

Implemented in HIDDENGRAPH.

Referenced by SIM3DPolyeder::Draw().

virtual void GRAPHICPORT::DrawLine ( const VECTOR ,
const VECTOR ,
COLOR   
) [pure virtual]

Implemented in HIDDENGRAPH.

Referenced by SIM3DCompass::Draw(), SIM3DFacette::Draw(), SIM3DCamera::Draw(), SIM3DWhiskerField::Draw(), SIM3DReceptor::Draw(), SIM3DWhisker::Draw(), SIM3DSpotEmitter::Draw(), and SIM3DRadialEmitter::Draw().

virtual void GRAPHICPORT::DrawPolygon ( INTEGER  ,
VECTOR ,
COLOR   
) [pure virtual]

Implemented in HIDDENGRAPH.

Referenced by SIM3DPolyeder::Draw().

virtual void GRAPHICPORT::EndOfPicture (  )  [pure virtual]

Implemented in HIDDENGRAPH.

Referenced by SIM3DElement::DoDraw().

GRAPHICERROR GRAPHICPORT::GetLastError (  )  [inline]

Definition at line 93 of file BasicGraphics.h.

References LastError.

virtual void GRAPHICPORT::NewPicture (  )  [pure virtual]

Implemented in HIDDENGRAPH.

Referenced by SIM3DElement::DoDraw().

virtual void GRAPHICPORT::RegisterColors ( COLORLIST  )  [pure virtual]

Implemented in MFCGRAPH.

void GRAPHICPORT::SetError ( GRAPHICERROR  err  )  [inline]

Definition at line 94 of file BasicGraphics.h.

References LastError.

Referenced by HIDDENGRAPH::EndOfPicture().


Member Data Documentation

GRAPHICERROR GRAPHICPORT::LastError [private]

Definition at line 90 of file BasicGraphics.h.

Referenced by GetLastError(), GRAPHICPORT(), and SetError().


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