MyRP2_ui_core
Loading...
Searching...
No Matches
test_widget_on_serial_monitor.h
Go to the documentation of this file.
1
11#if !defined(WIDGET_PRINT_SERIAL_MONITOR_H)
12#define WIDGET_PRINT_SERIAL_MONITOR_H
13
14#include <string>
16#include "test_manager.h"
17
18#include "ui_core.h"
19
21{
22private:
23 float char_position_slope;
24 float char_position_offset;
25 uint8_t max_line_width = 21;
26 int value_to_char_position();
27
28 TestIncrementalValue *actual_displayed_object;
29 void draw();
30
31public:
34 void refresh();
35};
36
38{
39private:
40 Test_Manager * actual_displayed_object;
41 void draw();
42public:
45 void refresh();
46};
47
49{
50private:
51 /* data */
52 void draw();
53public:
54 TestSetOfWidget(/* args */);
56};
57
58
59
60#endif // WIDGET_PRINT_SERIAL_MONITOR_H
void refresh()
WARNING : this function can be redefined. When several widget display one Model, only le last one mus...
void refresh()
WARNING : this function can be redefined. When several widget display one Model, only le last one mus...