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.
|
Containing a class for a progress bar indicator that is showing a horizontal progress bar. More...
#include "../Core/UIElement.h"
Go to the source code of this file.
Classes | |
class | ProgressBar< T > |
Class for a progress bar indicator that is showing a horizontal progress bar. More... | |
Typedefs | |
typedef enum ProgressBarOrigin | ProgressBarOrigin_t |
Available progress bar origin positions. | |
Enumerations | |
enum | ProgressBarOrigin { PROGRESSBAR_ORIGIN_LEFT , PROGRESSBAR_ORIGIN_ZERO , PROGRESSBAR_ORIGIN_RIGHT } |
Available progress bar origin positions. More... | |
Containing a class for a progress bar indicator that is showing a horizontal progress bar.
enum ProgressBarOrigin |
Available progress bar origin positions.