OOStuBS/MPStuBS
VESAGraphics Elementverzeichnis

Vollständige Aufstellung aller Elemente für VESAGraphics einschließlich aller geerbten Elemente.

clear_screen()VESAScreeninline
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)VESAScreeninline
print_image(const Point &p, const GIMP &image, unsigned width=0, unsigned height=0, unsigned offset_x=0, unsigned offset_y=0)VESAScreeninline
print_image(const Point &p, const SpritePixelRGB8 *image, unsigned width, unsigned height)VESAScreeninline
print_image(const Point &p, const SpritePixelRGBA8 *image, unsigned width, unsigned height)VESAScreeninline
print_line(const Point &start, const Point &end, const Color &color)VESAScreeninline
print_pixel(const Point &p, const Color &color)VESAScreeninline
print_rectangle(const Point &top_left, const Point &bottom_right, const Color &color, bool filled=true)VESAScreeninline
print_text(char *string, int len, const Color &color)VESAScreeninline
print_text(char *string, int len, const Color &color, const Point &pos)VESAScreeninline
scanout_frontbuffer()VESAGraphics
set_font(const Font &new_font)VESAScreeninline
set_mode(VBEModeData_t *mode)VESAScreen
switch_buffers()VESAGraphics
VESAGraphics(void *frontbuffer, void *backbuffer)VESAGraphics