#include <BasicGraphics.h>
Inheritance diagram for GRAPHICPORT:
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 |
Definition at line 88 of file BasicGraphics.h.
GRAPHICPORT::GRAPHICPORT | ( | ) | [inline] |
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::EndOfPicture | ( | ) | [pure virtual] |
GRAPHICERROR GRAPHICPORT::GetLastError | ( | ) | [inline] |
virtual void GRAPHICPORT::NewPicture | ( | ) | [pure virtual] |
void GRAPHICPORT::SetError | ( | GRAPHICERROR | err | ) | [inline] |
Definition at line 94 of file BasicGraphics.h.
References LastError.
Referenced by HIDDENGRAPH::EndOfPicture().
GRAPHICERROR GRAPHICPORT::LastError [private] |
Definition at line 90 of file BasicGraphics.h.
Referenced by GetLastError(), GRAPHICPORT(), and SetError().