jubilant-funicular
Static Public Member Functions | Static Private Attributes | List of all members
nta::WindowManager Class Reference

Manages Windows (or GL contexts if you prefer) More...

#include <WindowManager.h>

Collaboration diagram for nta::WindowManager:
Collaboration graph
[legend]

Static Public Member Functions

static WindowgetWindow (crstring windowTitle, int width=640, int height=480, int flags=0)
 Gets a Window with specified title, width, height, and flags.
 
static WindowgetWindow (crstring windowTitle, int flags)
 
static void destroyWindow (crstring title)
 
static void destroy ()
 Destorys the manager, freeing all necessary data.
 

Static Private Attributes

static std::map< std::string, Windowm_windowMap
 Collection of Window.
 

Detailed Description

Manages Windows (or GL contexts if you prefer)

Definition at line 10 of file WindowManager.h.


The documentation for this class was generated from the following files: