#include "iimage.h"
#include "generic/constant.h"
#include "modulesystem.h"
Go to the source code of this file.
Data Structures | |
class | LoadImageCallback |
class | TexturesCacheObserver |
class | TexturesCache |
Defines | |
#define | INCLUDED_ITEXTURES_H |
Typedefs | |
typedef GlobalModule < TexturesCache > | GlobalTexturesModule |
typedef GlobalModuleRef < TexturesCache > | GlobalTexturesModuleRef |
Functions | |
bool | operator== (const LoadImageCallback &self, const LoadImageCallback &other) |
bool | operator< (const LoadImageCallback &self, const LoadImageCallback &other) |
TexturesCache & | GlobalTexturesCache () |
#define INCLUDED_ITEXTURES_H |
Definition at line 23 of file itextures.h.
typedef GlobalModule<TexturesCache> GlobalTexturesModule |
Definition at line 87 of file itextures.h.
typedef GlobalModuleRef<TexturesCache> GlobalTexturesModuleRef |
Definition at line 91 of file itextures.h.
TexturesCache& GlobalTexturesCache | ( | ) | [inline] |
Definition at line 94 of file itextures.h.
bool operator< | ( | const LoadImageCallback & | self, | |
const LoadImageCallback & | other | |||
) | [inline] |
Definition at line 51 of file itextures.h.
References LoadImageCallback::m_environment, and LoadImageCallback::m_func.
bool operator== | ( | const LoadImageCallback & | self, | |
const LoadImageCallback & | other | |||
) | [inline] |
Definition at line 47 of file itextures.h.
References LoadImageCallback::m_environment, and LoadImageCallback::m_func.
Referenced by operator!=().