class: ewol::widget::elementPL
Description:
Associated Namespace:
Constructor and Destructor:
+ elementPL (std::string & _label,
int32_t _refId,
std::string & _image,
bool _isGroup);
+ ~elementPL (void );
Synopsis:
+ bool m_group;
+ std::string m_label;
+ int32_t m_refId;
+ std::string m_image;
Detail:
m_group
+ bool m_group;
m_label
+ std::string m_label;
m_refId
+ int32_t m_refId;
m_image
+ std::string m_image;
elementPL
+ elementPL (std::string & _label,
int32_t _refId,
std::string & _image,
bool _isGroup);
~elementPL
+ ~elementPL (void );