#include <graphics.hpp>
Inherited by TextModeGraphics, and VBEGraphics.
|
enum | TEXT_MODE_COLOR {
BLACK
, BLUE
, GREEN
, CYAN
,
RED
, PURPLE
, BROWN
, GREY
,
DARK_GREY
, LIGHT_BLUE
, LIGHT_GREEN
, LIGHT_CYAN
,
LIGHT_RED
, LIGHT_PURPLE
, YELLOW
, WHITE
} |
|
◆ TEXT_MODE_COLOR
Enumerator |
---|
BLACK | |
BLUE | |
GREEN | |
CYAN | |
RED | |
PURPLE | |
BROWN | |
GREY | |
DARK_GREY | |
LIGHT_BLUE | |
LIGHT_GREEN | |
LIGHT_CYAN | |
LIGHT_RED | |
LIGHT_PURPLE | |
YELLOW | |
WHITE | |
◆ ~Graphics()
◆ clear_screen()
virtual void clear_screen |
( |
| ) |
|
|
pure virtual |
◆ get_current_color()
◆ get_cursor_x()
virtual uint32_t get_cursor_x |
( |
| ) |
|
|
pure virtual |
◆ get_cursor_y()
virtual uint32_t get_cursor_y |
( |
| ) |
|
|
pure virtual |
◆ print_char()
virtual void print_char |
( |
char |
c | ) |
|
|
pure virtual |
◆ print_char_color()
◆ print_string()
virtual void print_string |
( |
const char * |
str | ) |
|
|
pure virtual |
◆ print_string_color()
virtual void print_string_color |
( |
const char * |
str, |
|
|
TEXT_MODE_COLOR |
color |
|
) |
| |
|
pure virtual |
◆ set_cursor()
virtual void set_cursor |
( |
uint32_t |
x, |
|
|
uint32_t |
y |
|
) |
| |
|
pure virtual |
◆ set_text_color()
◆ the()
The documentation for this class was generated from the following file: