backgroundDrawCommands | Graphics::Display | |
backgroundFrame | Graphics::Display | |
backgroundLineSegments | Graphics::Display | |
BackgroundNeedsRedraw() const | Graphics::Display | |
backgroundText | Graphics::Display | |
Display() | Graphics::Display | |
DrawArrow(point start, point end, float lineWidth, rgbColor c) | Graphics::Display | |
drawCommands | Graphics::Display | |
drawingBackground | Graphics::Display | private |
DrawLine(point start, point end, float lineWidth, rgbColor c) | Graphics::Display | |
DrawLineSegments(const std::vector< point > &points, float lineWidth, rgbColor c) | Graphics::Display | |
DrawText(const char *text, point location, rgbColor c, float height, const char *typeface=0) | Graphics::Display | |
DrawText(const char *text, point location, rgbColor c, float height, textAlign align, const char *typeface=0) | Graphics::Display | |
DrawText(const char *text, point location, rgbColor c, float height, textAlign align, textBaseline base, const char *typeface=0) | Graphics::Display | |
EndBackground() | Graphics::Display | |
EndFrame() | Graphics::Display | |
FillCircle(rect r, rgbColor c) | Graphics::Display | |
FillCircle(point p, float radius, rgbColor c) | Graphics::Display | |
FillLineSegments(const std::vector< point > &points, float lineWidth, rgbColor c) | Graphics::Display | |
FillNGon(point p, float radius, int sides, float rotation, rgbColor c) | Graphics::Display | |
FillRect(rect r, rgbColor c) | Graphics::Display | |
FillSquare(point p, float radius, rgbColor c) | Graphics::Display | |
FillTriangle(point p1, point p2, point p3, rgbColor c) | Graphics::Display | |
foregroundFrame | Graphics::Display | |
FrameCircle(rect r, rgbColor c, float lineWidth) | Graphics::Display | |
FrameCircle(point r, float radius, rgbColor c, float lineWidth) | Graphics::Display | |
FrameNGon(point p, float radius, float width, int sides, float rotation, rgbColor c) | Graphics::Display | |
FrameRect(rect r, rgbColor c, float lineWidth) | Graphics::Display | |
FrameSquare(point p, float radius, rgbColor c, float lineWidth) | Graphics::Display | |
FrameTriangle(point p1, point p2, point p3, float lineWidth, rgbColor c) | Graphics::Display | |
GetNumViewports() | Graphics::Display | inline |
kFillNGon enum value | Graphics::Display | |
kFillOval enum value | Graphics::Display | |
kFillRectangle enum value | Graphics::Display | |
kFillTriangle enum value | Graphics::Display | |
kFrameNGon enum value | Graphics::Display | |
kFrameOval enum value | Graphics::Display | |
kFrameRectangle enum value | Graphics::Display | |
kFrameTriangle enum value | Graphics::Display | |
kLine enum value | Graphics::Display | |
lineSegments | Graphics::Display | |
numViewports | Graphics::Display | private |
SetNumViewports(uint8_t v) | Graphics::Display | |
SetViewport(uint8_t v) | Graphics::Display | |
StartBackground() | Graphics::Display | |
StartFrame() | Graphics::Display | |
tDrawClass enum name | Graphics::Display | |
text | Graphics::Display | |
viewport | Graphics::Display | private |