|
C++ DevKit
C++ set of OOP library
|
This is the complete list of members for TextWriter, including all inherited members.
| auto_next_char | TextWriter | private |
| canvas | GraphicDrawer | |
| circle(int radius, int x_center, int y_center, bool fill=false, ColorIndex color=ColorIndex::WHITE) | GraphicDrawer | |
| clear_line() | TextWriter | private |
| clear_text_buffer() | TextWriter | |
| clear_widget() | GraphicDrawer | |
| create_text_buffer() | TextWriter | protected |
| current_char_column | TextWriter | private |
| current_char_line | TextWriter | private |
| draw_border(ColorIndex color=ColorIndex::WHITE) | TextWriter | virtual |
| draw_glyph(const char character, const uint8_t anchor_x, const uint8_t anchor_y) | TextWriter | private |
| font | TextWriter | private |
| GraphicDrawer(struct_ConfigGraphicWidget graph_cfg, CanvasFormat canvas_format) | GraphicDrawer | |
| GraphicDrawer(struct_ConfigTextWidget text_cfg, CanvasFormat canvas_format) | GraphicDrawer | |
| GraphicDrawer(struct_ConfigTextWidget text_cfg, CanvasFormat canvas_format, size_t frame_width, size_t frame_height) | GraphicDrawer | |
| hline(uint8_t x, uint8_t y, size_t w, ColorIndex color=ColorIndex::WHITE) | GraphicDrawer | |
| line(int x0, int y0, int x1, int y1, ColorIndex color=ColorIndex::WHITE) | GraphicDrawer | |
| next_char() | TextWriter | |
| next_line() | TextWriter | |
| number_of_column | TextWriter | |
| number_of_line | TextWriter | |
| process_char(char character) | TextWriter | |
| rect(uint8_t start_x, uint8_t start_y, size_t w, size_t h, bool fill=false, ColorIndex color=ColorIndex::WHITE) | GraphicDrawer | |
| tab_size | TextWriter | private |
| text_buffer | TextWriter | |
| text_buffer_size | TextWriter | |
| TextWriter(struct_ConfigTextWidget text_cfg, CanvasFormat canvas_format) | TextWriter | |
| TextWriter(struct_ConfigTextWidget text_cfg, CanvasFormat canvas_format, size_t frame_width, size_t frame_height) | TextWriter | |
| update_canvas_buffer_size(const unsigned char *font) | TextWriter | |
| update_text_line_column_number(const unsigned char *font) | TextWriter | |
| vline(uint8_t x, uint8_t y, size_t h, ColorIndex color=ColorIndex::WHITE) | GraphicDrawer | |
| widget_border_width | GraphicDrawer | |
| widget_height | GraphicDrawer | protected |
| widget_start_x | GraphicDrawer | protected |
| widget_start_y | GraphicDrawer | protected |
| widget_width | GraphicDrawer | protected |
| widget_with_border | GraphicDrawer | protected |
| wrap | TextWriter | private |
| write(char character, uint8_t char_column, uint8_t char_line) | TextWriter | private |
| write() | TextWriter | |
| write(const char *c_str) | TextWriter | |
| ~GraphicDrawer() (defined in GraphicDrawer) | GraphicDrawer | virtual |
| ~TextWriter() (defined in TextWriter) | TextWriter |