21 #ifndef GF_VIEW_CONTAINER_H    22 #define GF_VIEW_CONTAINER_H    26 #include "Portability.h"    30 #ifndef DOXYGEN_SHOULD_SKIP_THIS    67     void processEvent(
const Event& event);
    76     void onScreenSizeChange(
Vector2u screenSize);
    83     void setInitialScreenSize(
Vector2u screenSize);
    86     std::vector<AdaptativeView*> m_views;
    89 #ifndef DOXYGEN_SHOULD_SKIP_THIS    94 #endif // GF_VIEW_CONTAINER_H A container of views. 
Definition: ViewContainer.h:51
 
The namespace for gf classes. 
Definition: Action.h:34
 
Defines a system event and its parameters. 
Definition: Event.h:118
 
Adaptative view. 
Definition: View.h:390