Class: ewol::widget::CheckBox
Constructor and Destructor:
+ CheckBox (const std::string & newLabel);
+ ~CheckBox (void);
Synopsis:
+ static void init (ewol::widget::Manager & _widgetManager);
+ void setLabel (std::string newLabel);
+ void setValue (bool val);
+ bool getValue (void);
+ void calculateMinMaxSize (void);
+ void onRegenerateDisplay (void);
+ bool onEventInput (const ewol::event::Input & _event);
+ bool onEventEntry (const ewol::event::Entry & _event);
# void onDraw (void);
Object Hierarchy:
ewol::Object
+--> ewol::Widget
+--> ewol::widget::CheckBox
Description:
/**
* @ingroup ewolWidgetGroup
*/
Detail:
ewol::widget::init ()
static void init(ewol::widget::Manager & _widgetManager);
ewol::widget::CheckBox ()
CheckBox(const std::string & newLabel);
ewol::widget::~CheckBox ()
~CheckBox(void);
void setLabel(std::string newLabel);
void setValue(bool val);
bool getValue(void);
void calculateMinMaxSize(void);
void onRegenerateDisplay(void);
bool onEventInput(const ewol::event::Input & _event);
bool onEventEntry(const ewol::event::Entry & _event);
void onDraw(void);