#include <cswstex.h>
Inheritance diagram for csWSTexVector:
Public Methods | |
csWSTexVector () | |
Initialize the texture vector. | |
virtual | ~csWSTexVector () |
Destroy the object. | |
virtual bool | FreeItem (csSome Item) |
Free a texture element. | |
virtual int | CompareKey (csSome Item, csConstSome Key, int Mode) const |
Compare texture with name; used in FindKey (). | |
csWSTexture* | Get (int idx) |
Get texture by index. | |
csWSTexture* | FindTexture (const char *iName) |
Find a texture by name. |