Class: widget::Slider


Synopsis:

+  static void  init                 (ewol::WidgetManager & _widgetManager);
+ Slider (void);
+ ~Slider (void);
+ void setValue (int32_t _val);
+ int32_t getValue (void);
+ void setMin (int32_t _val);
+ void setMax (int32_t _val);
+ void setColor (etk::Color<> _newColor);
+ void onDraw (void);
+ void calculateMinMaxSize (void);
+ void onRegenerateDisplay (void);
+ bool onEventInput (const ewol::EventInput & _event);

Object Hierarchy:

ewol::EObject
    +--> ewol::Widget
        +--> widget::Slider

Description:

/** * @ingroup ewolWidgetGroup */

Detail:

widget::init ()

static void init(ewol::WidgetManager & _widgetManager);



widget::Slider ()

Slider(void);



widget::~Slider ()

~Slider(void);



setValue ()

void setValue(int32_t _val);



getValue ()

int32_t getValue(void);



setMin ()

void setMin(int32_t _val);



setMax ()

void setMax(int32_t _val);



setColor ()

void setColor(etk::Color<> _newColor);



onDraw ()

void onDraw(void);



calculateMinMaxSize ()

void calculateMinMaxSize(void);



onRegenerateDisplay ()

void onRegenerateDisplay(void);



onEventInput ()

bool onEventInput(const ewol::EventInput & _event);