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);
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);