1 #ifndef DENGINE_UIWINDOW_H 2 #define DENGINE_UIWINDOW_H 55 #endif //DENGINE_UIWINDOW_H void Pop()
Pop a UI element from the stack.
Definition: UIWindow.cpp:9
virtual void Update()
Update function.
Definition: UIWindow.cpp:20
std::vector< class UIComponent * > components
Definition: UIWindow.h:52
A component of a UI window.
Definition: UIComponent.h:14
virtual void Render()
Render function.
Definition: UIWindow.cpp:13
UI window Meant to be a collection of related UIComponents to display at the same time...
Definition: UIWindow.h:26
void Push(UIComponent *)
Push a component onto the stack.
Definition: UIWindow.cpp:5