Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
csModelDataTexture Class Reference
Document me!@@. More...
#include <cstool/mdldata.h>
Inheritance diagram for csModelDataTexture:

Public Member Functions | |
iModelDataTexture * | Clone () const |
Clone this texture object. | |
csModelDataTexture () | |
Constructor. | |
const char * | GetFileName () const |
Return the file name of the texture. | |
void | LoadImage (iVFS *VFS, iImageIO *ImageIO, int Format) |
Load the image from a file with the current filename (i.e. | |
void | Register (iTextureList *tl) |
Create a texture wrapper from the given texture list. | |
void | SetFileName (const char *fn) |
Set the file name of the texture. | |
virtual | ~csModelDataTexture () |
Destructor. | |
Public Attributes | |
CS_DECLARE_OBJECT_INTERFACE | |
SCF_DECLARE_IBASE |
Detailed Description
Document me!@@.
Definition at line 81 of file mdldata.h.
Constructor & Destructor Documentation
|
Constructor.
|
|
Destructor.
|
Member Function Documentation
|
Clone this texture object. Note: The underlying texture or image will not be cloned! Implements iModelDataTexture. |
|
Return the file name of the texture.
Implements iModelDataTexture. |
|
Load the image from a file with the current filename (i.e. this texture must have a file name) from the CWD of the given file system. Note: This leaves the texture wrapper untouched. Implements iModelDataTexture. |
|
Create a texture wrapper from the given texture list.
Implements iModelDataTexture. |
|
Set the file name of the texture.
Implements iModelDataTexture. |
The documentation for this class was generated from the following file:
- cstool/mdldata.h
Generated for Crystal Space by doxygen 1.4.4