class: ewol::widget::MenuElement
Description:
Constructor and Destructor:
+ MenuElement ();
Synopsis:
+ int32_t m_localId;
+ int32_t m_parentId;
+ std::weak_ptr<ewol::Widget> m_widgetPointer;
+ std::string m_label;
+ std::string m_image;
+ std::string m_message;
Detail:
MenuElement
+ MenuElement ();
m_localId
+ int32_t m_localId;
m_parentId
+ int32_t m_parentId;
m_widgetPointer
+ std::weak_ptr<ewol::Widget> m_widgetPointer;
m_label
+ std::string m_label;
m_image
+ std::string m_image;
m_message
+ std::string m_message;