class: ewol::object::EventExtGen
Synopsis:
+ const char* localEventId;
+ ewol::Object* destObject;
+ const char* destEventId;
+ std::string overloadData;
Detail:
localEventId
+ const char* localEventId;
local event Id generation
destObject
+ ewol::Object* destObject;
destination widget that might be call
destEventId
+ const char* destEventId;
generated event ID on the distant widget
overloadData
+ std::string overloadData;
sometimes the user prefer to receive some specific data on an event (instead of the one sed by the widget)