Class: ewol::EConfigElement


Synopsis:

+                       EConfigElement  (const char * _config,
const char * _type,
const char * _control,
const char * _description,
const char * _default);
+ const char * getConfig (void);
+ const char * getType (void);
+ const char * getControl (void);
+ const char * getDescription (void);
+ const char * getDefault (void);

Detail:

ewol::EConfigElement ()

EConfigElement(const char * _config,
               const char * _type,
               const char * _control,
               const char * _description,
               const char * _default);



getConfig ()

const char * getConfig(void);



getType ()

const char * getType(void);



getControl ()

const char * getControl(void);



getDescription ()

const char * getDescription(void);



getDefault ()

const char * getDefault(void);