Class: widget::Layer


Synopsis:

+  static void     init            (ewol::WidgetManager & _widgetManager);
+ Layer (void);
+ ~Layer (void);
+ ewol::Widget * getWidgetAtPos (const vec2 & _pos);

Object Hierarchy:

ewol::EObject
    +--> ewol::Widget
        +--> widget::ContainerN
            +--> widget::Layer

Description:

/** * @ingroup ewolWidgetGroup */

Detail:

widget::init ()

static void init(ewol::WidgetManager & _widgetManager);

Main call of recording the widget on the List of "widget named creator"


widget::Layer ()

Layer(void);

Constructor


widget::~Layer ()

~Layer(void);

Desstructor


getWidgetAtPos ()

ewol::Widget * getWidgetAtPos(const vec2 & _pos);