|
OGRE
1.9.0
|
Singleton Class which handles the registering and control of texture plugins. More...
#include <OgreExternalTextureSourceManager.h>

Public Member Functions | |
| 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) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void * | operator new (size_t sz) |
| 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, 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 *ptr) |
| placement operator new | |
| void * | operator new[] (size_t sz) |
| 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 * | 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. | |
Static Public Member Functions | |
| static ExternalTextureSourceManager & | getSingleton (void) |
| Override standard Singleton retrieval. | |
| static ExternalTextureSourceManager * | getSingletonPtr (void) |
| Override standard Singleton retrieval. | |
Protected Types | |
| typedef map< String, ExternalTextureSource * >::type | TextureSystemList |
Protected Attributes | |
| ExternalTextureSource * | mCurrExternalTextureSource |
| The current texture controller selected. | |
| TextureSystemList | mTextureSystems |
Static Protected Attributes | |
| static ExternalTextureSourceManager * | msSingleton |
Singleton Class which handles the registering and control of texture plugins.
The plugins will be mostly controlled via a string interface.
Definition at line 56 of file OgreExternalTextureSourceManager.h.
|
protected |
Definition at line 119 of file OgreExternalTextureSourceManager.h.
| Ogre::ExternalTextureSourceManager::ExternalTextureSourceManager | ( | ) |
Constructor.
Referenced by getSingleton(), and getSingletonPtr().
| Ogre::ExternalTextureSourceManager::~ExternalTextureSourceManager | ( | ) |
Destructor.
| void Ogre::ExternalTextureSourceManager::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.
References Ogre::ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME.
| ExternalTextureSource * Ogre::ExternalTextureSourceManager::getCurrentPlugIn | ( | void | ) | const |
Returns currently selected plugin, may be null if none selected.
Definition at line 68 of file OgreExternalTextureSourceManager.h.
References mCurrExternalTextureSource.
| ExternalTextureSource * Ogre::ExternalTextureSourceManager::getExternalTextureSource | ( | const String & | sTexturePlugInType | ) |
Returns the plugin which registered itself with a specific name (eg.
"video"), or null if specified plugin not found
|
static |
Override standard Singleton retrieval.
References ExternalTextureSourceManager().
|
static |
Override standard Singleton retrieval.
References ExternalTextureSourceManager().
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
| void Ogre::ExternalTextureSourceManager::setCurrentPlugIn | ( | const String & | sTexturePlugInType | ) |
Sets active plugin (ie.
"video", "effect", "generic", etc..)
| void Ogre::ExternalTextureSourceManager::setExternalTextureSource | ( | const String & | sTexturePlugInType, |
| ExternalTextureSource * | pTextureSystem ) |
Called from plugin to register itself.
|
protected |
The current texture controller selected.
Definition at line 116 of file OgreExternalTextureSourceManager.h.
Referenced by getCurrentPlugIn().
|
staticprotectedinherited |
Definition at line 75 of file OgreSingleton.h.
|
protected |
Definition at line 120 of file OgreExternalTextureSourceManager.h.
1.13.2