21 #ifndef GF_VIEW_CONTAINER_H
22 #define GF_VIEW_CONTAINER_H
30 #ifndef DOXYGEN_SHOULD_SKIP_THIS
127 #ifndef DOXYGEN_SHOULD_SKIP_THIS
void setInitialScreenSize(Vector2u screenSize)
Set the initial screen size.
void addView(AdaptativeView &view)
Add a view to the container.
A container of views.
Definition: ViewContainer.h:89
void onScreenResize(Vector2u screenSize)
Update the views with the new screen size.
void processEvent(const Event &event)
Update the views thanks to the event.
Defines a system event and its parameters.
Definition: Event.h:115
#define GF_API
Definition: Portability.h:35
Adaptative view.
Definition: View.h:345