OOStuBS/MPStuBS
|
Vollständige Aufstellung aller Elemente für VESAScreen einschließlich aller geerbten Elemente.
clear_screen() | VESAScreen | inline |
find_mode(unsigned int width, unsigned int height, unsigned char bpp) | VESAScreen | |
init() | VESAScreen | |
print_image(const Point &p, PNG &image, unsigned width=0, unsigned height=0, unsigned offset_x=0, unsigned offset_y=0) | VESAScreen | inline |
print_image(const Point &p, const GIMP &image, unsigned width=0, unsigned height=0, unsigned offset_x=0, unsigned offset_y=0) | VESAScreen | inline |
print_image(const Point &p, const SpritePixelRGB8 *image, unsigned width, unsigned height) | VESAScreen | inline |
print_image(const Point &p, const SpritePixelRGBA8 *image, unsigned width, unsigned height) | VESAScreen | inline |
print_line(const Point &start, const Point &end, const Color &color) | VESAScreen | inline |
print_pixel(const Point &p, const Color &color) | VESAScreen | inline |
print_rectangle(const Point &top_left, const Point &bottom_right, const Color &color, bool filled=true) | VESAScreen | inline |
print_text(char *string, int len, const Color &color) | VESAScreen | inline |
print_text(char *string, int len, const Color &color, const Point &pos) | VESAScreen | inline |
set_font(const Font &new_font) | VESAScreen | inline |
set_mode(VBEModeData_t *mode) | VESAScreen |