#include <itextures.h>
Public Member Functions | |
LoadImageCallback (void *environment, LoadFunc func) | |
Image * | loadImage (const std::string &name) const |
Data Fields | |
void * | m_environment |
LoadFunc | m_func |
Private Types | |
typedef Image *(* | LoadFunc )(void *environment, const std::string &name) |
Definition at line 30 of file itextures.h.
typedef Image*(* LoadImageCallback::LoadFunc)(void *environment, const std::string &name) [private] |
Definition at line 32 of file itextures.h.
LoadImageCallback::LoadImageCallback | ( | void * | environment, | |
LoadFunc | func | |||
) | [inline] |
Definition at line 37 of file itextures.h.
Image* LoadImageCallback::loadImage | ( | const std::string & | name | ) | const [inline] |
Definition at line 41 of file itextures.h.
References m_environment, and m_func.
Definition at line 34 of file itextures.h.
Referenced by loadImage(), operator<(), and operator==().
Definition at line 35 of file itextures.h.
Referenced by loadImage(), operator<(), and operator==().