Aufgabe 7: Anwendung
GuardedGraphics Member List
This is the complete list of members for GuardedGraphics, including all inherited members.
clear() | Graphics | inline |
font(const Font &new_font) | Graphics | inline |
Graphics(unsigned size, void *frontbuffer, void *backbuffer) | Graphics | |
GuardedGraphics(unsigned size, void *frontbuffer, void *backbuffer) | GuardedGraphics | inline |
height() | Graphics | inline |
image(const Point &p, PNG &image, unsigned width=0, unsigned height=0, unsigned offset_x=0, unsigned offset_y=0) | Graphics | inline |
image(const Point &p, const GIMP &image, unsigned width=0, unsigned height=0, unsigned offset_x=0, unsigned offset_y=0) | Graphics | inline |
image(const Point &p, const Color *image, unsigned width, unsigned height, unsigned offset_x=0, unsigned offset_y=0) | Graphics | inline |
image(const Point &p, const ColorAlpha *image, unsigned width, unsigned height, unsigned offset_x=0, unsigned offset_y=0) | Graphics | inline |
init(bool force=false) | Graphics | |
line(const Point &start, const Point &end, const Color &color) | Graphics | inline |
line(const Point &start, const Point &end, const ColorAlpha &color) | Graphics | inline |
pixel(const Point &p, const Color &color) | Graphics | inline |
pixel(const Point &p, const ColorAlpha &color) | Graphics | inline |
rectangle(const Point &start, const Point &end, const Color &color, bool filled=true) | Graphics | inline |
rectangle(const Point &start, const Point &end, const ColorAlpha &color, bool filled=true) | Graphics | inline |
scanoutFrontbuffer() | GuardedGraphics | inline |
switchBuffers() | GuardedGraphics | inline |
text(const Point &p, const char *string, unsigned len, const Color &color, const Font *font=nullptr) | Graphics | inline |
text(const Point &p, const char *string, unsigned len, const ColorAlpha &color, const Font *font=nullptr) | Graphics | inline |
valid(const Point &p) | Graphics | inline |
width() | Graphics | inline |