Public Member Functions | |
| RSTextureInfo | GetTexture (const RCString &sKey) |
| void | ActivateTexture (TInt nId) |
Static Public Member Functions | |
| static RCOglTextureHandler & | GetInstance () |
Protected Types | |
|
typedef map< RCString, RSTextureInfo, RCNoCaseLess > | TTextureMap |
| typedef pair< HBITMAP, BITMAP > | TBitmap |
| typedef map< TInt, TBitmap > | TBitmapMap |
Protected Member Functions | |
| RSTextureInfo | LoadTexture (const RCString &sKey) |
Static Protected Member Functions | |
| static TSInt | InitTexture (TInt nId, const BITMAP &Bitmap) |
| static RCColor | GetBitmapColor (const BITMAP &Bitmap) |
Protected Attributes | |
| TTextureMap | m_TextureMap |
| TBitmapMap | m_BitmapMap |
| TInt | m_nNextId |
Static Protected Attributes | |
| static const RCString | TEXTURE_FILE_EXT = _T(".bmp") |
1.4.6-NO