Raspberry Pi Weighting Control System
This project serves as a simple weighting control system, that was realized as a Bachelor Thesis
|
Paren class for other gui elements. More...
#include <gui_element.h>
Public Member Functions | |
void | set_refresh_screen (bool *refresh_flag) |
virtual void | render_element () |
Public Attributes | |
int | index = -1 |
Protected Attributes | |
int | width = -1 |
int | x = -1 |
int | y = -1 |
bool * | refresh_screen = nullptr |
Paren class for other gui elements.
Definition at line 8 of file gui_element.h.
|
virtual |
This function calls the element rendering. This is required to be overriden for the element to be rendered
Reimplemented in gui_selectable, gui_observer, gui_label, gui_input, gui_direct, gui_combobox, and gui_button.
Definition at line 9 of file gui_element.cpp.
void gui_element::set_refresh_screen | ( | bool * | refresh_flag | ) |
Allows to set refresh screen flag. When this is set, the screen elements are reloaded
Definition at line 5 of file gui_element.cpp.
int gui_element::index = -1 |
Definition at line 20 of file gui_element.h.
|
protected |
Definition at line 14 of file gui_element.h.
|
protected |
Definition at line 10 of file gui_element.h.
|
protected |
Definition at line 11 of file gui_element.h.
|
protected |
Definition at line 11 of file gui_element.h.