21 #ifndef GF_VIEW_CONTAINER_H 22 #define GF_VIEW_CONTAINER_H 26 #include "Portability.h" 31 #ifndef DOXYGEN_SHOULD_SKIP_THIS 68 void processEvent(
const Event& event);
77 void onScreenSizeChange(
Vector2i screenSize);
84 void setInitialScreenSize(
Vector2i screenSize);
87 std::vector<Ref<AdaptativeView>> m_views;
90 #ifndef DOXYGEN_SHOULD_SKIP_THIS 95 #endif // GF_VIEW_CONTAINER_H 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:97
Adaptative view.
Definition: View.h:390