Singleton Class which handles the registering and control of texture plugins.
More...
#include <OgreExternalTextureSourceManager.h>
|
| ExternalTextureSourceManager () |
| Constructor. More...
|
|
| ~ExternalTextureSourceManager () |
| Destructor. More...
|
|
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. More...
|
|
ExternalTextureSource * | getCurrentPlugIn (void) const |
| Returns currently selected plugin, may be null if none selected. More...
|
|
ExternalTextureSource * | getExternalTextureSource (const String &sTexturePlugInType) |
| Returns the plugin which registered itself with a specific name (eg. More...
|
|
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 More...
|
|
void * | operator new (size_t sz, void *ptr) |
| placement operator new More...
|
|
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 More...
|
|
void | setCurrentPlugIn (const String &sTexturePlugInType) |
| Sets active plugin (ie. More...
|
|
void | setExternalTextureSource (const String &sTexturePlugInType, ExternalTextureSource *pTextureSystem) |
| Called from plugin to register itself. More...
|
|
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.
◆ TextureSystemList
◆ ExternalTextureSourceManager()
Ogre::ExternalTextureSourceManager::ExternalTextureSourceManager |
( |
| ) |
|
◆ ~ExternalTextureSourceManager()
Ogre::ExternalTextureSourceManager::~ExternalTextureSourceManager |
( |
| ) |
|
◆ destroyAdvancedTexture()
Calls the destroy method of all registered plugins... Only the owner plugin should perform the destroy action.
◆ getCurrentPlugIn()
◆ getExternalTextureSource()
Returns the plugin which registered itself with a specific name (eg.
"video"), or null if specified plugin not found
◆ getSingleton()
Override standard Singleton retrieval.
- This method just delegates to the template version anyway, but the implementation stays in this single compilation unit, preventing link errors.
◆ getSingletonPtr()
Override standard Singleton retrieval.
- This method just delegates to the template version anyway, but the implementation stays in this single compilation unit, preventing link errors.
◆ operator delete() [1/3]
◆ operator delete() [2/3]
◆ operator delete() [3/3]
◆ operator delete[]() [1/2]
◆ operator delete[]() [2/2]
◆ operator new() [1/3]
◆ operator new() [2/3]
template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inherited |
◆ operator new() [3/3]
◆ operator new[]() [1/2]
◆ operator new[]() [2/2]
template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new[] |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inherited |
◆ setCurrentPlugIn()
void Ogre::ExternalTextureSourceManager::setCurrentPlugIn |
( |
const String & |
sTexturePlugInType | ) |
|
Sets active plugin (ie.
"video", "effect", "generic", etc..)
◆ setExternalTextureSource()
void Ogre::ExternalTextureSourceManager::setExternalTextureSource |
( |
const String & |
sTexturePlugInType, |
|
|
ExternalTextureSource * |
pTextureSystem |
|
) |
| |
Called from plugin to register itself.
◆ mCurrExternalTextureSource
◆ msSingleton
◆ mTextureSystems
The documentation for this class was generated from the following file: