21 #ifndef GF_VIEW_CONTAINER_H    22 #define GF_VIEW_CONTAINER_H    26 #include "GraphicsApi.h"    31 #ifndef DOXYGEN_SHOULD_SKIP_THIS    68     void processEvent(
const Event& event);
    77     void onFramebufferSizeChange(
Vector2i framebufferSize);
    84     void setInitialFramebufferSize(
Vector2i framebufferSize);
    93     [[deprecated(
"You should use setInitialFramebufferSize() instead")]]
    95       setInitialFramebufferSize(screenSize);
    98     std::vector<Ref<AdaptativeView>> m_views;
   101 #ifndef DOXYGEN_SHOULD_SKIP_THIS   106 #endif // GF_VIEW_CONTAINER_H An event is pending on the sockets. 
 
void setInitialScreenSize(Vector2i screenSize)
Set the initial screen size. 
Definition: ViewContainer.h:94
 
A container of views. 
Definition: ViewContainer.h:52
 
The namespace for gf classes. 
Definition: Action.h:35
 
Defines a system event and its parameters. 
Definition: Event.h:224
 
Adaptative view. 
Definition: View.h:390