![]() |
Public API Reference |
#include <cswstex.h>
Inheritance diagram for csWSTexVector:
Public Methods | |
csWSTexVector () | |
Initialize the texture vector. More... | |
csWSTexture * | FindTexture (const char *name) |
Find a texture by name. More... | |
Static Public Methods | |
int | CompareKey (csWSTexture *const &Item, void *Key) |
Compare texture with name; used in FindKey (). More... |
Definition at line 114 of file cswstex.h.
|
Initialize the texture vector.
|
|
Compare texture with name; used in FindKey ().
Referenced by FindTexture. |
|
Find a texture by name.
Definition at line 122 of file cswstex.h. References CompareKey, csArray< csWSTexture *, csPDelArrayElementHandler< csWSTexture * > >::FindKey, and csArray< csWSTexture *, csPDelArrayElementHandler< csWSTexture * > >::Get. Referenced by csApp::GetTexture. |