ProgressBar.hpp
Go to the documentation of this file.
eproperty::Value< etk::Color<> > propertyTextColorFg
forder bar color
Definition: ProgressBar.hpp:26
Definition: Drawing.hpp:17
eproperty::Range< float > propertyValue
% used
Definition: ProgressBar.hpp:25
void calculateMinMaxSize() override
calculate the minimum and maximum size (need to estimate expend properties of the widget) ...
Definition: Area.hpp:16
eproperty::Value< etk::Color<> > propertyTextColorBgOn
bar color enable
Definition: ProgressBar.hpp:27
void onRegenerateDisplay() override
Event generated when a redraw is needed.
void onDraw() override
Common widget drawing function (called by the drawing thread [Android, X11, ...]) ...
Widget class is the main widget interface, it hase some generic properties: :** known his parent :** ...
Definition: Widget.hpp:73
eproperty::Value< etk::Color<> > propertyTextColorBgOff
bar color disable
Definition: ProgressBar.hpp:28
Definition: ProgressBar.hpp:23