Class: ewol::widget::ParameterList
Constructor and Destructor:
+ ParameterList (void);
+ ~ParameterList (void);
Synopsis:
+ void setLabel (std::string _newLabel);
+ void addOObject (ewol::Compositing * _newObject,
int32_t _pos);
+ void clearOObjectList (void);
+ void menuAdd (std::string & _label,
int32_t _refId,
std::string & _image);
+ void menuAddGroup (std::string & _label);
+ void menuClear (void);
+ void menuSeparator (void);
+ void onRegenerateDisplay (void);
+ bool onEventInput (const ewol::event::Input & _event);
+ void calculateMinMaxSize (void);
# void onGetFocus (void);
# void onLostFocus (void);
# void onDraw (void);
Object Hierarchy:
ewol::Object
+--> ewol::Widget
+--> ewol::widget::WidgetScrooled
+--> ewol::widget::ParameterList
Description:
/**
* @ingroup ewolWidgetGroup
*/
Detail:
ParameterList(void);
~ParameterList(void);
void setLabel(std::string _newLabel);
void addOObject(ewol::Compositing * _newObject,
int32_t _pos);
void clearOObjectList(void);
()
void menuAdd(std::string & _label,
int32_t _refId,
std::string & _image);
()
void menuAddGroup(std::string & _label);
()
void menuClear(void);
()
void menuSeparator(void);
void onRegenerateDisplay(void);
bool onEventInput(const ewol::event::Input & _event);
void calculateMinMaxSize(void);
void onGetFocus(void);
void onLostFocus(void);
void onDraw(void);