|  | OGRE
    1.11.6
    Object-Oriented Graphics Rendering Engine | 
Class defining a generic OGRE plugin. More...
#include <OgrePlugin.h>
 Inheritance diagram for Ogre::Plugin:
 Inheritance diagram for Ogre::Plugin:| Public Member Functions | |
| Plugin () | |
| virtual | ~Plugin () | 
| virtual const String & | getName () const =0 | 
| Get the name of the plugin.  More... | |
| virtual void | initialise ()=0 | 
| Perform any tasks the plugin needs to perform on full system initialisation.  More... | |
| virtual void | install ()=0 | 
| Perform the plugin initial installation sequence.  More... | |
| virtual void | shutdown ()=0 | 
| Perform any tasks the plugin needs to perform when the system is shut down.  More... | |
| virtual void | uninstall ()=0 | 
| Perform the final plugin uninstallation sequence.  More... | |
Class defining a generic OGRE plugin.
| 
 | inline | 
| 
 | inlinevirtual | 
| 
 | pure virtual | 
Get the name of the plugin.
Implemented in Ogre::PCZPlugin, Ogre::OctreeZonePlugin, Ogre::BspSceneManagerPlugin, Ogre::ParticleFXPlugin, Ogre::GLES2Plugin, Ogre::CgPlugin, Ogre::OctreePlugin, Ogre::D3D11Plugin, Ogre::D3D9Plugin, Ogre::GLPlugin, and Ogre::GL3PlusPlugin.
| 
 | pure virtual | 
Perform the plugin initial installation sequence.
Implemented in Ogre::PCZPlugin, Ogre::OctreeZonePlugin, Ogre::BspSceneManagerPlugin, Ogre::ParticleFXPlugin, Ogre::GLES2Plugin, Ogre::CgPlugin, Ogre::OctreePlugin, Ogre::D3D11Plugin, Ogre::D3D9Plugin, Ogre::GLPlugin, and Ogre::GL3PlusPlugin.
| 
 | pure virtual | 
Perform any tasks the plugin needs to perform on full system initialisation.
Implemented in Ogre::PCZPlugin, Ogre::OctreeZonePlugin, Ogre::BspSceneManagerPlugin, Ogre::ParticleFXPlugin, Ogre::GLES2Plugin, Ogre::CgPlugin, Ogre::OctreePlugin, Ogre::D3D11Plugin, Ogre::D3D9Plugin, Ogre::GLPlugin, and Ogre::GL3PlusPlugin.
| 
 | pure virtual | 
Perform any tasks the plugin needs to perform when the system is shut down.
Implemented in Ogre::PCZPlugin, Ogre::OctreeZonePlugin, Ogre::BspSceneManagerPlugin, Ogre::ParticleFXPlugin, Ogre::GLES2Plugin, Ogre::CgPlugin, Ogre::OctreePlugin, Ogre::D3D11Plugin, Ogre::D3D9Plugin, Ogre::GLPlugin, and Ogre::GL3PlusPlugin.
| 
 | pure virtual | 
Perform the final plugin uninstallation sequence.
Implemented in Ogre::PCZPlugin, Ogre::OctreeZonePlugin, Ogre::BspSceneManagerPlugin, Ogre::ParticleFXPlugin, Ogre::GLES2Plugin, Ogre::CgPlugin, Ogre::OctreePlugin, Ogre::D3D11Plugin, Ogre::D3D9Plugin, Ogre::GLPlugin, and Ogre::GL3PlusPlugin.