![]() |
Public API Reference |
#include <cswstex.h>
Inheritance diagram for csWSTexVector:
Public Methods | |
csWSTexVector () | |
Initialize the texture vector. More... | |
virtual | ~csWSTexVector () |
Destroy the object. More... | |
virtual bool | FreeItem (void *Item) |
Free a texture element. More... | |
virtual int | CompareKey (void *Item, const void *Key, int Mode) const |
Compare texture with name; used in FindKey (). More... | |
csWSTexture * | Get (int idx) |
Get texture by index. More... | |
csWSTexture * | FindTexture (const char *iName) |
Find a texture by name. More... |
Definition at line 114 of file cswstex.h.
|
Initialize the texture vector.
|
|
Destroy the object.
|
|
Compare texture with name; used in FindKey ().
Reimplemented from csVector. |
|
Find a texture by name.
Definition at line 129 of file cswstex.h. References csVector::FindKey, and Get. Referenced by csApp::GetTexture. |
|
Free a texture element.
Reimplemented from csVector. |
|
Get texture by index.
Definition at line 126 of file cswstex.h. References csBasicVector::Get. Referenced by FindTexture. |