Class: widget::ColorBar


Synopsis:

+                ColorBar             (void);
+ ~ColorBar (void);
+ etk::Color<> getCurrentColor (void);
+ void setCurrentColor (etk::Color<> _newOne);
+ void calculateMinMaxSize (void);
+ void onRegenerateDisplay (void);
+ bool onEventInput (const ewol::EventInput & _event);
# void onDraw (void);

Object Hierarchy:

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

Description:

/** * @ingroup ewolWidgetGroup */

Detail:

widget::ColorBar ()

ColorBar(void);



widget::~ColorBar ()

~ColorBar(void);



getCurrentColor ()

etk::Color<> getCurrentColor(void);



setCurrentColor ()

void setCurrentColor(etk::Color<> _newOne);



calculateMinMaxSize ()

void calculateMinMaxSize(void);



onRegenerateDisplay ()

void onRegenerateDisplay(void);



onEventInput ()

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



onDraw ()

void onDraw(void);