This is the complete list of members for
wit::Renderer, including all inherited members.
| drawLine(const Point &p1, const Point &p2, const GXColor &color) | wit::Renderer | |
| drawLine(float x1, float y1, float x2, float y2, const GXColor &color) | wit::Renderer | |
| drawPoint(const Point &p, const GXColor &color) | wit::Renderer | |
| drawPoint(float x, float y, const GXColor &color) | wit::Renderer | |
| drawPoints(const Polygon &poly, const GXColor &color) | wit::Renderer | |
| drawPolygon(const Polygon &poly, const GXColor &color) | wit::Renderer | |
| drawRect(const Rect &rect, const GXColor &color) | wit::Renderer | |
| fillPolygon(const Polygon &poly, const GXColor &color) | wit::Renderer | |
| fillRect(const Rect &rect, const GXColor &color) | wit::Renderer | |
| render()=0 | wit::Renderer | [pure virtual] |
| Renderer() | wit::Renderer | |
| scale() const | wit::Renderer | |
| setScale(float mag) | wit::Renderer | |
| setTranslation(float x, float y) | wit::Renderer | |
| translateX() const | wit::Renderer | |
| translateY() const | wit::Renderer | |
| waitForRendering() | wit::Renderer | [virtual] |
| ~Renderer() | wit::Renderer | [virtual] |