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

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

actual_displayed_modelWidgetprotected
add_widget(Widget *_sub_widget)Widget
bg_colorGraphicWidget
canvasGraphicWidget
circle(int radius, int x_center, int y_center, bool fill=false, ColorIndex color=ColorIndex::WHITE)GraphicWidget
clear_widget()GraphicWidgetprotected
display_deviceWidgetprotected
draw()=0Widgetpure virtual
draw_border(ColorIndex color=ColorIndex::WHITE)GraphicWidgetvirtual
fg_colorGraphicWidget
get_graph_frame_config()GraphicWidget
get_value_of_interest()=0GraphicWidgetprotectedpure virtual
GraphicWidget(GraphicDisplayDevice *graphic_display_screen, struct_ConfigGraphicWidget graph_cfg, CanvasFormat canvas_format, Model *displayed_object=nullptr)GraphicWidget
GraphicWidget(GraphicDisplayDevice *graphic_display_screen, struct_ConfigTextWidget text_cfg, CanvasFormat canvas_format, Model *displayed_object=nullptr)GraphicWidget
GraphicWidget(GraphicDisplayDevice *graphic_display_screen, struct_ConfigTextWidget text_cfg, CanvasFormat canvas_format, size_t frame_width, size_t frame_height, Model *displayed_object=nullptr)GraphicWidget
hline(uint8_t x, uint8_t y, size_t w, ColorIndex color=ColorIndex::WHITE)GraphicWidget
line(int x0, int y0, int x1, int y1, ColorIndex color=ColorIndex::WHITE)GraphicWidget
rect(uint8_t start_x, uint8_t start_y, size_t w, size_t h, bool fill=false, ColorIndex color=ColorIndex::WHITE)GraphicWidget
set_display_device(DisplayDevice *_new_display_device)Widget
show()GraphicWidget
update_widget_anchor(uint8_t x, uint8_t y)GraphicWidget
vline(uint8_t x, uint8_t y, size_t h, ColorIndex color=ColorIndex::WHITE)GraphicWidget
Widget(Model *actual_displayed_model, DisplayDevice *graphic_display_device=nullptr)Widget
widget_anchor_xGraphicWidget
widget_anchor_yGraphicWidget
widget_border_widthGraphicWidgetprotected
widget_heightGraphicWidgetprotected
widget_start_xGraphicWidgetprotected
widget_start_yGraphicWidgetprotected
widget_widthGraphicWidgetprotected
widget_with_borderGraphicWidgetprotected
widgetsWidgetprotected
~GraphicWidget()GraphicWidget
~Widget() (defined in Widget)Widget