![]() |
OGRE 1.12.10
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. | |
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::AssimpPlugin, Ogre::BspSceneManagerPlugin, Ogre::CgPlugin, Ogre::FreeImagePlugin, Ogre::OctreePlugin, Ogre::OctreeZonePlugin, Ogre::ParticleFXPlugin, Ogre::PCZPlugin, Ogre::STBIPlugin, Ogre::D3D11Plugin, Ogre::D3D9Plugin, Ogre::GLPlugin, Ogre::GL3PlusPlugin, Ogre::GLES2Plugin, and Ogre::MetalPlugin.
Perform the plugin initial installation sequence.
Implemented in Ogre::AssimpPlugin, Ogre::BspSceneManagerPlugin, Ogre::CgPlugin, Ogre::FreeImagePlugin, Ogre::OctreePlugin, Ogre::OctreeZonePlugin, Ogre::ParticleFXPlugin, Ogre::PCZPlugin, Ogre::STBIPlugin, Ogre::D3D11Plugin, Ogre::D3D9Plugin, Ogre::GLPlugin, Ogre::GL3PlusPlugin, Ogre::GLES2Plugin, and Ogre::MetalPlugin.
Perform any tasks the plugin needs to perform on full system initialisation.
Implemented in Ogre::AssimpPlugin, Ogre::BspSceneManagerPlugin, Ogre::CgPlugin, Ogre::FreeImagePlugin, Ogre::OctreePlugin, Ogre::OctreeZonePlugin, Ogre::ParticleFXPlugin, Ogre::PCZPlugin, Ogre::STBIPlugin, Ogre::D3D11Plugin, Ogre::D3D9Plugin, Ogre::GLPlugin, Ogre::GL3PlusPlugin, Ogre::GLES2Plugin, and Ogre::MetalPlugin.
Perform any tasks the plugin needs to perform when the system is shut down.
Implemented in Ogre::AssimpPlugin, Ogre::BspSceneManagerPlugin, Ogre::CgPlugin, Ogre::FreeImagePlugin, Ogre::OctreePlugin, Ogre::OctreeZonePlugin, Ogre::ParticleFXPlugin, Ogre::PCZPlugin, Ogre::STBIPlugin, Ogre::D3D11Plugin, Ogre::D3D9Plugin, Ogre::GLPlugin, Ogre::GL3PlusPlugin, Ogre::GLES2Plugin, and Ogre::MetalPlugin.
Perform the final plugin uninstallation sequence.
Implemented in Ogre::AssimpPlugin, Ogre::BspSceneManagerPlugin, Ogre::CgPlugin, Ogre::FreeImagePlugin, Ogre::OctreePlugin, Ogre::OctreeZonePlugin, Ogre::ParticleFXPlugin, Ogre::PCZPlugin, Ogre::STBIPlugin, Ogre::D3D11Plugin, Ogre::D3D9Plugin, Ogre::GLPlugin, Ogre::GL3PlusPlugin, Ogre::GLES2Plugin, and Ogre::MetalPlugin.