GL Studio C++ Runtime API
GlsGlobals Class Reference

Hold global objects so we can control order of destruction. More...

#include <util.h>

Public Member Functions

List_cGetImageList ()
 Gets the image list. More...
 
MutexGetImageListMutex ()
 Gets the mutex for protecting the image list. More...
 
GlsFontManGetFontMan ()
 Gets the global font manager.
 
IGlsStateManagerGetStateManager ()
 Gets the global state manager instance.
 
TextureLoaderListGetTextureLoaders ()
 Gets the global list of texture loaders.
 

Static Public Member Functions

static GlsGlobalsInstance ()
 Singleton instance.
 

Detailed Description

Hold global objects so we can control order of destruction.

Member Function Documentation

List_c& GetImageList ( )

Gets the image list.

See also
GetImageListMutex()
Mutex& GetImageListMutex ( )

Gets the mutex for protecting the image list.

See also
GetImageList()

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