![]() |
OGRE 2.1
Object-Oriented Graphics Rendering Engine
|
Class defining a generic OGRE plugin. More...
#include <OgrePlugin.h>
Public Member Functions | |
Plugin () | |
virtual | ~Plugin () |
virtual const String & | getName () const =0 |
Get the name of the plugin. | |
virtual void | initialise ()=0 |
Perform any tasks the plugin needs to perform on full system initialisation. | |
virtual void | install ()=0 |
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 | |
virtual void | shutdown ()=0 |
Perform any tasks the plugin needs to perform when the system is shut down. | |
virtual void | uninstall ()=0 |
Perform the final plugin uninstallation sequence. | |
Class defining a generic OGRE plugin.
|
inline |
|
inlinevirtual |
Get the name of the plugin.
Implemented in Ogre::BspSceneManagerPlugin, Ogre::CgPlugin, Ogre::OctreePlugin, Ogre::OctreeZonePlugin, Ogre::ParticleFXPlugin, Ogre::PCZPlugin, Ogre::D3D11Plugin, Ogre::D3D9Plugin, Ogre::GL3PlusPlugin, Ogre::GLES2Plugin, Ogre::MetalPlugin, and Ogre::NULLPlugin.
Perform any tasks the plugin needs to perform on full system initialisation.
Implemented in Ogre::BspSceneManagerPlugin, Ogre::CgPlugin, Ogre::OctreePlugin, Ogre::OctreeZonePlugin, Ogre::ParticleFXPlugin, Ogre::PCZPlugin, Ogre::D3D11Plugin, Ogre::D3D9Plugin, Ogre::GL3PlusPlugin, Ogre::GLES2Plugin, Ogre::MetalPlugin, and Ogre::NULLPlugin.
Perform the plugin initial installation sequence.
Implemented in Ogre::BspSceneManagerPlugin, Ogre::CgPlugin, Ogre::OctreePlugin, Ogre::OctreeZonePlugin, Ogre::ParticleFXPlugin, Ogre::PCZPlugin, Ogre::D3D11Plugin, Ogre::D3D9Plugin, Ogre::GL3PlusPlugin, Ogre::GLES2Plugin, Ogre::MetalPlugin, and Ogre::NULLPlugin.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
placement operator new
|
inlineinherited |
|
inlineinherited |
array operator new, with debug line info
Perform any tasks the plugin needs to perform when the system is shut down.
Implemented in Ogre::BspSceneManagerPlugin, Ogre::CgPlugin, Ogre::OctreePlugin, Ogre::OctreeZonePlugin, Ogre::ParticleFXPlugin, Ogre::PCZPlugin, Ogre::D3D11Plugin, Ogre::D3D9Plugin, Ogre::GL3PlusPlugin, Ogre::GLES2Plugin, Ogre::MetalPlugin, and Ogre::NULLPlugin.
Perform the final plugin uninstallation sequence.
Implemented in Ogre::BspSceneManagerPlugin, Ogre::CgPlugin, Ogre::OctreePlugin, Ogre::OctreeZonePlugin, Ogre::ParticleFXPlugin, Ogre::PCZPlugin, Ogre::D3D11Plugin, Ogre::D3D9Plugin, Ogre::GL3PlusPlugin, Ogre::GLES2Plugin, Ogre::MetalPlugin, and Ogre::NULLPlugin.