Manager.hpp
Go to the documentation of this file.
void addWidgetCreator(const std::string &_name, widgetCreatorFunction _factory)
add a factory of a specific widget.
Definition: Manager.hpp:16
void focusRelease()
Release the current focus (back on default if possible).
Definition: Area.hpp:16
ewol::WidgetShared create(const std::string &_name)
Create a widget with his name.
bool isDrawingNeeded()
Check if a redraw has been requested (set the local value back at false)
void focusKeep(ewol::WidgetShared _newWidget)
Request a focus on a specify widget.
void focusSetDefault(ewol::WidgetShared _newWidget)
Set the default focus when none selected.
std::function< ewol::WidgetShared()> widgetCreatorFunction
funtion factory basic definition
Definition: Manager.hpp:50