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

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

canvasGraphicDrawer
circle(int radius, int x_center, int y_center, bool fill=false, ColorIndex color=ColorIndex::WHITE)GraphicDrawer
clear_widget()GraphicDrawer
draw_border(ColorIndex color=ColorIndex::WHITE)GraphicDrawervirtual
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
rect(uint8_t start_x, uint8_t start_y, size_t w, size_t h, bool fill=false, ColorIndex color=ColorIndex::WHITE)GraphicDrawer
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
~GraphicDrawer() (defined in GraphicDrawer)GraphicDrawervirtual