#include <OgreExternalTextureSourceManager.h>
Inheritance diagram for Ogre::ExternalTextureSourceManager:
Public Member Functions | |
ExternalTextureSourceManager () | |
Constructor. | |
~ExternalTextureSourceManager () | |
Destructor. | |
void | setCurrentPlugIn (const String &sTexturePlugInType) |
Sets active plugin (ie. | |
ExternalTextureSource * | getCurrentPlugIn (void) const |
Returns currently selected plugin, may be null if none selected. | |
void | destroyAdvancedTexture (const String &sTextureName, const String &groupName=ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME) |
Calls the destroy method of all registered plugins. | |
ExternalTextureSource * | getExternalTextureSource (const String &sTexturePlugInType) |
Returns the plugin which reistered itself with a specific name (eg. | |
void | setExternalTextureSource (const String &sTexturePlugInType, ExternalTextureSource *pTextureSystem) |
Called from plugin to register itself. | |
Singleton (void) | |
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 * | operator new (size_t sz, void *ptr) |
placement operator new | |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info | |
void * | operator new[] (size_t sz) |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, void *) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
Static Public Member Functions | |
static ExternalTextureSourceManager & | getSingleton (void) |
Override standard Singleton retrieval. | |
static ExternalTextureSourceManager * | getSingletonPtr (void) |
Override standard Singleton retrieval. | |
Protected Types | |
typedef std::map< String, ExternalTextureSource * > | TextureSystemList |
Protected Attributes | |
ExternalTextureSource * | mpCurrExternalTextureSource |
TextureSystemList | mTextureSystems |
Static Protected Attributes | |
static ExternalTextureSourceManager * | ms_Singleton |
The plugins will be mostly controlled via a string interface.
Definition at line 50 of file OgreExternalTextureSourceManager.h.
|
Definition at line 113 of file OgreExternalTextureSourceManager.h. |
|
Constructor.
|
|
Destructor.
|
|
Calls the destroy method of all registered plugins. .. Only the owner plugin should perform the destroy action. |
|
Returns currently selected plugin, may be null if none selected.
Definition at line 62 of file OgreExternalTextureSourceManager.h. |
|
Returns the plugin which reistered itself with a specific name (eg. "video"), or null if specified plugin not found |
|
Override standard Singleton retrieval.
Reimplemented from Ogre::Singleton< ExternalTextureSourceManager >. |
|
Override standard Singleton retrieval.
Reimplemented from Ogre::Singleton< ExternalTextureSourceManager >. |
|
Definition at line 101 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 95 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 89 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 112 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 106 of file OgreMemoryAllocatedObject.h. |
|
placement operator new
Definition at line 73 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 67 of file OgreMemoryAllocatedObject.h. |
|
operator new, with debug line info
Definition at line 62 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 84 of file OgreMemoryAllocatedObject.h. |
|
array operator new, with debug line info
Definition at line 79 of file OgreMemoryAllocatedObject.h. |
|
Sets active plugin (ie. "video", "effect", "generic", etc..) |
|
Called from plugin to register itself.
|
|
Definition at line 64 of file OgreSingleton.h. |
|
Definition at line 110 of file OgreExternalTextureSourceManager.h. |
|
Definition at line 61 of file OgreSingleton.h. |
|
Definition at line 114 of file OgreExternalTextureSourceManager.h. |
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sat Apr 11 13:47:50 2009