Slider.hpp
Go to the documentation of this file.
41 };
void calculateMinMaxSize() override
calculate the minimum and maximum size (need to estimate expend properties of the widget) ...
void onDraw() override
Common widget drawing function (called by the drawing thread [Android, X11, ...]) ...
Definition: Input.hpp:12
ewol::compositing::Drawing m_draw
drawing tool.
Definition: Slider.hpp:41
Definition: Drawing.hpp:17
eproperty::Value< float > propertyMaximum
maximum value of the slider
Definition: Slider.hpp:30
eproperty::Value< float > propertyMinimum
minimum value of the slider
Definition: Slider.hpp:29
Definition: Slider.hpp:23
Definition: Area.hpp:16
void onRegenerateDisplay() override
Event generated when a redraw is needed.
eproperty::Value< float > propertyValue
current value of the Slider
Definition: Slider.hpp:28
eproperty::Value< float > propertyStep
step of every iteration of the slider (increment/precision)
Definition: Slider.hpp:31
bool onEventInput(const ewol::event::Input &_event) override
Event on an input of this Widget (finger, mouse, stilet)
Widget class is the main widget interface, it hase some generic properties: :** known his parent :** ...
Definition: Widget.hpp:73
etk::Color m_textColorBg
Background color.
Definition: Slider.hpp:45