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