|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CHLSTextureManager Class ReferenceThis is a list of banks of colorisable textures.
More...
#include <hls_texture_manager.h>
List of all members.
Detailed Description
This is a list of banks of colorisable textures.
-
Author:
-
Lionel Berenguier , Nevrax France
-
Date:
-
2002
Definition at line 45 of file hls_texture_manager.h.
Constructor & Destructor Documentation
NL3D::CHLSTextureManager::CHLSTextureManager |
( |
|
) |
|
|
NL3D::CHLSTextureManager::~CHLSTextureManager |
( |
|
) |
|
|
Member Function Documentation
sint NL3D::CHLSTextureManager::findTexture |
( |
const std::string & |
name |
) |
const |
|
|
search a texture name in the banks (case insensitive), and return its id.
-
Parameters:
-
name |
a texture file name. NB: name is case-lowered first. (case-insensitive) |
-
Returns:
-
-1 if not found, else return the id.
Definition at line 77 of file hls_texture_manager.cpp.
References _Instances, and id. |
uint NL3D::CHLSTextureManager::getNumTextures |
( |
|
) |
const [inline] |
|
const char * NL3D::CHLSTextureManager::getTextureName |
( |
uint |
i |
) |
const |
|
void NL3D::CHLSTextureManager::reset |
( |
|
) |
|
|
Member Data Documentation
The documentation for this class was generated from the following files:
|
|