|
C++ DevKit
C++ set of OOP library
|
This is the complete list of members for GraphicDrawer, including all inherited members.
| canvas | GraphicDrawer | |
| 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) | GraphicDrawer | virtual |
| 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_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 |
| ~GraphicDrawer() (defined in GraphicDrawer) | GraphicDrawer | virtual |