![]() |
OGRE 2.3.3
Object-Oriented Graphics Rendering Engine
|
Plugin instance for Metal Manager. More...
#include <OgreMetalPlugin.h>
Inheritance diagram for Ogre::MetalPlugin:Public Member Functions | |
| MetalPlugin () | |
| const String & | getName () const |
| Get the name of the plugin. | |
| void | initialise () |
| Perform any tasks the plugin needs to perform on full system initialisation. | |
| void | install (const NameValuePairList *options) |
| Perform the plugin initial installation sequence. | |
| 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 | shutdown () |
| Perform any tasks the plugin needs to perform when the system is shut down. | |
| void | uninstall () |
| Perform the final plugin uninstallation sequence. | |
Plugin instance for Metal Manager.
| Ogre::MetalPlugin::MetalPlugin | ( | ) |
Get the name of the plugin.
Implements Ogre::Plugin.
|
virtual |
Perform any tasks the plugin needs to perform on full system initialisation.
Implements Ogre::Plugin.
|
virtual |
Perform the plugin initial installation sequence.
Implements Ogre::Plugin.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
placement operator new
|
inlineinherited |
|
inlineinherited |
array operator new, with debug line info
|
virtual |
Perform any tasks the plugin needs to perform when the system is shut down.
Implements Ogre::Plugin.
|
virtual |
Perform the final plugin uninstallation sequence.
Implements Ogre::Plugin.