UI_Lib  a1366e08a59cc549a65fa26081e6409aa12f26d5
This is a user interface library for graphical LCDs. It offers many different controls and indicators that can be nested depending on the element types.
Loading...
Searching...
No Matches
UI_Lib.h
Go to the documentation of this file.
1
5
6#ifndef UI_LIB_H_
7#define UI_LIB_H_
8
9#include "Core/UIElement.h"
10#include "Core/UI_Manager.h"
11#include "Indicators/Label.h"
12#include "Indicators/Icon.h"
29
30#include "../src/Indicators/EnumIndicator.cpp"
31#include "../src/Controls/EnumControl.cpp"
32#include "../src/Indicators/NumericIndicator.cpp"
33#include "../src/Controls/NumericControl.cpp"
34#include "../src/Indicators/ProgressBar.cpp"
35
36#endif /* UI_LIB_H_ */
Containing a class for a boolean control that is showing a boolean variable value and offers the poss...
Containing a class for a boolean indicator that is only showing a boolean variable value.
Containing a class for a button control that is showing a clickable button used to trigger some actio...
Containing the base class for container elements.
Containing a class for a container that is showing all items at a time in a fixed grid layout.
Containing a class for a container that is showing one item at a time and supports scrolling.
Containing a class for a container that is showing all items at a time.
Containing a class for a container that is showing all items at a time stacked one after another.
Containing a class for a tab control that is showing a vertical or horizontal tab layout and can hold...
Containing a class for a enum control that is showing a enumeration variable value and offers the pos...
Containing a class for an enum indicator that is only showing a enumeration variable value.
Containing a class for an icon indicator that is drawing an icon to the screen.
Containing a class for an Label indicator that is drawing a string to the screen.
Containing a class for a message dialog with optional Ok and Cancel buttons.
Containing a class for a numeric control that is showing a numeric variable value and offers the poss...
Containing a class for a numeric indicator that is only showing a numeric variable value.
Containing a class for a progress bar indicator that is showing a horizontal progress bar.
Containing a class that is used to handle the drawing and key handling of all UI_Elements.
Containing the abstract base class for all user interface elements (controls, indicators,...
Containing a class for a virtual keyboard.