C++ DevKit
C++ set of OOP library
Loading...
Searching...
No Matches
TextWriter Member List

This is the complete list of members for TextWriter, including all inherited members.

auto_next_charTextWriterprivate
canvasGraphicDrawer
circle(int radius, int x_center, int y_center, bool fill=false, ColorIndex color=ColorIndex::WHITE)GraphicDrawer
clear_line()TextWriterprivate
clear_text_buffer()TextWriter
clear_widget()GraphicDrawer
create_text_buffer()TextWriterprotected
current_char_columnTextWriterprivate
current_char_lineTextWriterprivate
draw_border(ColorIndex color=ColorIndex::WHITE)TextWritervirtual
draw_glyph(const char character, const uint8_t anchor_x, const uint8_t anchor_y)TextWriterprivate
fontTextWriterprivate
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_columnTextWriter
number_of_lineTextWriter
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_sizeTextWriterprivate
text_bufferTextWriter
text_buffer_sizeTextWriter
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_widthGraphicDrawer
widget_heightGraphicDrawerprotected
widget_start_xGraphicDrawerprotected
widget_start_yGraphicDrawerprotected
widget_widthGraphicDrawerprotected
widget_with_borderGraphicDrawerprotected
wrapTextWriterprivate
write(char character, uint8_t char_column, uint8_t char_line)TextWriterprivate
write()TextWriter
write(const char *c_str)TextWriter
~GraphicDrawer() (defined in GraphicDrawer)GraphicDrawervirtual
~TextWriter() (defined in TextWriter)TextWriter