static GUIGlID getTexture(GUITexture which)
returns a texture previously defined in the enum GUITexture
static void resetTextures()
Reset textures.
GUITextureSubSys(FXApp *a)
constructor private because is called by the static function init(FXApp* a
static GUITextureSubSys * myInstance
instance of GUITextureSubSys
static void initTextures(FXApp *a)
Initiate GUITextureSubSys for textures.
std::map< GUITexture, std::pair< bool, GUIGlID > > myTextures
vector with the Gifs
GUITexture
An enumeration of gifs used by the gui applications.