box(const Point &p1, const Point &p2) | wftk::Painter | |
circle(const Point &c, unsigned int r, unsigned int t=1) | wftk::Painter | |
ellipse(const Point &c, unsigned int rx, unsigned int ry, unsigned int t=1) | wftk::Painter | |
empty() const (defined in wftk::Painter) | wftk::Painter | [inline] |
getPixel(const Point &pt) | wftk::Painter | [inline] |
hLine(const Point &p1, const Point &p2) | wftk::Painter | |
hLine(const Point &p1, const Point &p2, const Color &col) | wftk::Painter | |
line(const Point &p1, const Point &p2) | wftk::Painter | |
line(const Point &p1, const Point &p2, const Color &col) | wftk::Painter | |
Mode enum name | wftk::Painter | |
OP_AND enum value | wftk::Painter | |
OP_OR enum value | wftk::Painter | |
OP_REPLACE enum value | wftk::Painter | |
OP_XOR enum value | wftk::Painter | |
Painter(Surface *surf=0) | wftk::Painter | |
setColor(const Color &col) | wftk::Painter | [inline] |
setFilling(bool flag) | wftk::Painter | [inline] |
setMode(Mode mode) | wftk::Painter | [inline] |
setPixel(const Point &pt, const Color &col) | wftk::Painter | [inline] |
setSurface(Surface *surf) | wftk::Painter | [inline] |
shadedTrigon(const Point &d1, const Point &d2, const Point &d3, const Color &c1, const Color &c2, const Color &c3) | wftk::Painter | |
texturedTrigon(const Point &d1, const Point &d2, const Point &d3, const Point &s1, const Point &s2, const Point &s3, Surface *texture) | wftk::Painter | |
trigon(const Point &p1, const Point &p2, const Point &p3) | wftk::Painter | |
trigon(const Point &p1, const Point &p2, const Point &p3, const Color &c) | wftk::Painter | |
vLine(const Point &p1, const Point &p2) | wftk::Painter | |
vLine(const Point &p1, const Point &p2, const Color &col) | wftk::Painter |
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.