21 #ifndef GF_VIEW_CONTAINER_H    22 #define GF_VIEW_CONTAINER_H    30 #ifndef DOXYGEN_SHOULD_SKIP_THIS    86     std::vector<AdaptativeView*> m_views;
    89 #ifndef DOXYGEN_SHOULD_SKIP_THIS void setInitialScreenSize(Vector2u screenSize)
Set the initial screen size. 
 
void onScreenSizeChange(Vector2u screenSize)
Update the views with the new screen size. 
 
void addView(AdaptativeView &view)
Add a view to the container. 
 
A container of views. 
Definition: ViewContainer.h:51
 
The namespace for gf classes. 
Definition: Action.h:34
 
void processEvent(const Event &event)
Update the views thanks to the event. 
 
Defines a system event and its parameters. 
Definition: Event.h:118
 
#define GF_API
Definition: Portability.h:35
 
Adaptative view. 
Definition: View.h:383