|
| ExternalTextureSourceManager () |
| Constructor.
|
|
| ~ExternalTextureSourceManager () |
| Destructor.
|
|
void | destroyAdvancedTexture (const String &sTextureName, const String &groupName=ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME) |
| Calls the destroy method of all registered plugins... Only the owner plugin should perform the destroy action.
|
|
ExternalTextureSource * | getCurrentPlugIn (void) const |
| Returns currently selected plugin, may be null if none selected.
|
|
ExternalTextureSource * | getExternalTextureSource (const String &sTexturePlugInType) |
| Returns the plugin which registered itself with a specific name (eg.
|
|
void | operator delete (void *ptr) |
|
void | operator delete (void *ptr, const char *, int, const char *) |
|
void | operator delete (void *ptr, void *) |
|
void | operator delete[] (void *ptr) |
|
void | operator delete[] (void *ptr, const char *, int, const char *) |
|
void * | operator new (size_t sz) |
|
void * | operator new (size_t sz, const char *file, int line, const char *func) |
| operator new, with debug line info
|
|
void * | operator new (size_t sz, void *ptr) |
| placement operator new
|
|
void * | operator new[] (size_t sz) |
|
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info
|
|
void | setCurrentPlugIn (const String &sTexturePlugInType) |
| Sets active plugin (ie.
|
|
void | setExternalTextureSource (const String &sTexturePlugInType, ExternalTextureSource *pTextureSystem) |
| Called from plugin to register itself.
|
|
Singleton Class which handles the registering and control of texture plugins.
The plugins will be mostly controlled via a string interface.