Class: widget::CheckBox


Synopsis:

+  static void  init                 (ewol::WidgetManager & _widgetManager);
+ CheckBox (const std::string & newLabel);
+ ~CheckBox (void);
+ void setLabel (std::string newLabel);
+ void setValue (bool val);
+ bool getValue (void);
+ void calculateMinMaxSize (void);
+ void onRegenerateDisplay (void);
+ bool onEventInput (const ewol::EventInput & _event);
+ bool onEventEntry (const ewol::EventEntry & _event);
# void onDraw (void);

Object Hierarchy:

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

Description:

/** * @ingroup ewolWidgetGroup */

Detail:

widget::init ()

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



widget::CheckBox ()

CheckBox(const std::string & newLabel);



widget::~CheckBox ()

~CheckBox(void);



setLabel ()

void setLabel(std::string newLabel);



setValue ()

void setValue(bool val);



getValue ()

bool getValue(void);



calculateMinMaxSize ()

void calculateMinMaxSize(void);



onRegenerateDisplay ()

void onRegenerateDisplay(void);



onEventInput ()

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



onEventEntry ()

bool onEventEntry(const ewol::EventEntry & _event);



onDraw ()

void onDraw(void);