iTextureList Struct Reference
[Textures & Materials, Textures & Materials]
This class represents a list of texture wrappers.
More...
#include <iengine/texture.h>
Inheritance diagram for iTextureList:

Public Member Functions | |
virtual int | Add (iTextureWrapper *obj)=0 |
Add a texture. | |
virtual int | Find (iTextureWrapper *obj) const =0 |
Find a texture and return its index. | |
virtual iTextureWrapper * | FindByName (const char *Name) const =0 |
Find a texture by name. | |
virtual iTextureWrapper * | Get (int n) const =0 |
Return a texture by index. | |
virtual int | GetCount () const =0 |
Return the number of textures in this list. | |
virtual iTextureWrapper * | NewTexture (iTextureHandle *ith)=0 |
Create a engine wrapper for a pre-prepared iTextureHandle The handle will be IncRefed. | |
virtual iTextureWrapper * | NewTexture (iImage *image)=0 |
Create a new texture. | |
virtual bool | Remove (int n)=0 |
Remove the nth texture. | |
virtual bool | Remove (iTextureWrapper *obj)=0 |
Remove a texture. | |
virtual void | RemoveAll ()=0 |
Remove all textures. |
Detailed Description
This class represents a list of texture wrappers.Main ways to get pointers to this interface:
Definition at line 167 of file texture.h.
Member Function Documentation
|
Add a texture.
|
|
Find a texture and return its index.
|
|
Find a texture by name.
|
|
Return a texture by index.
|
|
Return the number of textures in this list.
|
|
Create a engine wrapper for a pre-prepared iTextureHandle The handle will be IncRefed.
|
|
Create a new texture.
|
|
Remove the nth texture.
|
|
Remove a texture.
|
|
Remove all textures.
|
The documentation for this struct was generated from the following file:
- iengine/texture.h
Generated for Crystal Space by doxygen 1.4.6