TEXTURES Class Reference

#include <textures.h>

List of all members.

Public Member Functions

TEXTURELoadTexture (string new_tex_file, bool mipmap, int &w, int &h)
void UnloadTexture (TEXTURE *textodel)
void ReloadAll ()

Private Member Functions

TEXTUREFindTexture (string texname)

Private Attributes

list< TEXTUREtextures


Detailed Description

Definition at line 97 of file textures.h.


Member Function Documentation

TEXTURE * TEXTURES::FindTexture string  texname  )  [private]
 

Definition at line 224 of file textures.cpp.

References NULL, and textures.

Referenced by LoadTexture().

TEXTURE * TEXTURES::LoadTexture string  new_tex_file,
bool  mipmap,
int &  w,
int &  h
 

Definition at line 178 of file textures.cpp.

References TEXTURE::file, FindTexture(), TEXTURE::h, TEXTURE::Load(), TEXTURE::mipmap, NULL, textures, and TEXTURE::w.

Referenced by TEXTURE_HANDLE::Load().

void TEXTURES::ReloadAll  ) 
 

Definition at line 156 of file textures.cpp.

References textures.

Referenced by ChangeDisplay().

void TEXTURES::UnloadTexture TEXTURE textodel  ) 
 

Definition at line 210 of file textures.cpp.

References textures.

Referenced by TEXTURE_HANDLE::Unload().


Member Data Documentation

list<TEXTURE> TEXTURES::textures [private]
 

Definition at line 100 of file textures.h.

Referenced by FindTexture(), LoadTexture(), ReloadAll(), and UnloadTexture().


The documentation for this class was generated from the following files:
Generated on Thu Oct 19 04:12:31 2006 by  doxygen 1.4.6