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