Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

CSlicedTextureList Class Reference

#include <Terrain.h>

Inheritance diagram for CSlicedTextureList:

CStreamObject CObject List of all members.

Public Member Functions

 CSlicedTextureList (void)
 ~CSlicedTextureList (void)
int Read (SStream *stream, Tag tag)
char * TextureName (int i)

Protected Attributes

int nTextureNames
char ** textureNames

Detailed Description

Definition at line 857 of file Terrain.h.


Constructor & Destructor Documentation

CSlicedTextureList::CSlicedTextureList void   ) 
 

Definition at line 711 of file SuperTile.cpp.

References nTextureNames, and textureNames.

CSlicedTextureList::~CSlicedTextureList void   ) 
 

Definition at line 717 of file SuperTile.cpp.

References nTextureNames, and textureNames.


Member Function Documentation

int CSlicedTextureList::Read SStream stream,
Tag  tag
[virtual]
 

Reimplemented from CStreamObject.

Definition at line 725 of file SuperTile.cpp.

References nTextureNames, ReadInt(), ReadString(), TAG_IGNORED, TAG_READ, and textureNames.

char * CSlicedTextureList::TextureName int  i  ) 
 

Definition at line 747 of file SuperTile.cpp.

References textureNames.


Member Data Documentation

int CSlicedTextureList::nTextureNames [protected]
 

Definition at line 870 of file Terrain.h.

Referenced by CSlicedTextureList(), Read(), and ~CSlicedTextureList().

char** CSlicedTextureList::textureNames [protected]
 

Definition at line 871 of file Terrain.h.

Referenced by CSlicedTextureList(), Read(), TextureName(), and ~CSlicedTextureList().


The documentation for this class was generated from the following files:
SourceForge.net Logo Documentation generated by doxygen