ZeroZero Game Engine  v0.0
A 3D game engine using Vulkan & Jolt
Public Member Functions | List of all members
Manager Class Reference

Detailed Description

Manage all the UI windows

Inheritance diagram for Manager:
Object

Public Member Functions

shared_ptr< ui::Windowadd (const shared_ptr< Window > &)
 
void remove (const shared_ptr< Window > &)
 
FontgetDefaultFont () const
 
void refresh ()
 
- Public Member Functions inherited from Object
void connect (const Signal::signal &name, const Signal::Handler &handler)
 
void connect (const Signal::signal &name, const function< void ()> &handler)
 
void emit (const Signal::signal &name, void *params=nullptr)
 
virtual string toString () const
 

Member Function Documentation

shared_ptr<ui::Window> add ( const shared_ptr< Window > &  )

Adds a UI Window to the list of managed windows

Font& getDefaultFont ( ) const
nodiscardinline

Returns the default font loaded at startup

void refresh ( )
inline

Forces a redraw of all the UI at the start of the next frame

void remove ( const shared_ptr< Window > &  )

Removes a UI Window to the list of managed windows. The Window will be removed at the start of the next frame.