class: ewol::widget::Layer
Constructor and Destructor:
+ Layer (void );
+ virtual ~Layer (void );
Synopsis:
+ void init (ewol::widget::Manager & _widgetManager);
+ virtual ewol::Widget* getWidgetAtPos (const vec2 & _pos);
Object Hierarchy:
+ewol::Object
+--> +ewol::Widget
+--> +ewol::widget::ContainerN
+--> ewol::widget::Layer
Detail:
init
+ void init (ewol::widget::Manager & _widgetManager);
Main call of recording the widget on the List of "widget named creator"
Layer
+ Layer (void );
Constructor
~Layer
+ virtual ~Layer (void );
Desstructor
getWidgetAtPos
+ virtual ewol::Widget* getWidgetAtPos (const vec2 & _pos);
get the widget at the specific windows absolute position
Note: : INTERNAL EWOL SYSTEM
Parameter [input]: _pos gAbsolute position of the requested widget knowledge
Return: NULL No widget found<br/>pointer on the widget found
+ewol::Object
+--> +ewol::Widget
+--> +ewol::widget::ContainerN
+--> ewol::widget::Layer
Detail:
init
+ void init (ewol::widget::Manager & _widgetManager);Main call of recording the widget on the List of "widget named creator"
Layer
+ Layer (void );Constructor
~Layer
+ virtual ~Layer (void );Desstructor
getWidgetAtPos
+ virtual ewol::Widget* getWidgetAtPos (const vec2 & _pos);get the widget at the specific windows absolute position
Note: : INTERNAL EWOL SYSTEM
Parameter [input]: | _pos | gAbsolute position of the requested widget knowledge |
Return: | NULL No widget found<br/>pointer on the widget found |