#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. | |
Static Public Member Functions | |
ExternalTextureSourceManager & | getSingleton (void) |
Override standard Singleton retrieval. | |
ExternalTextureSourceManager * | getSingletonPtr (void) |
Override standard Singleton retrieval. | |
Protected Types | |
typedef std::map< String, ExternalTextureSource * > | TextureSystemList |
Protected Attributes | |
ExternalTextureSource * | mpCurrExternalTextureSource |
TextureSystemList | mTextureSystems |
Static Protected Attributes | |
ExternalTextureSourceManager * | ms_Singleton |
The plugins will be mostly controlled via a string interface.
Definition at line 46 of file OgreExternalTextureSourceManager.h.
|
Definition at line 109 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 58 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 >. |
|
Sets active plugin (ie. "video", "effect", "generic", etc..) |
|
Called from plugin to register itself.
|
|
Definition at line 106 of file OgreExternalTextureSourceManager.h. |
|
Definition at line 54 of file OgreSingleton.h. |
|
Definition at line 110 of file OgreExternalTextureSourceManager.h. |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Mar 12 14:38:52 2006