OGRE-Next
4.0.0unstable
Object-Oriented Graphics Rendering Engine
|
Class defining a generic OGRE plugin. More...
#include <OgrePlugin.h>
Public Member Functions | |
Plugin () | |
virtual | ~Plugin () |
virtual void | getAbiCookie (AbiCookie &outAbiCookie)=0 |
Outputs an ABI cookie generated by generateAbiCookie. More... | |
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 (const NameValuePairList *options)=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 |
Outputs an ABI cookie generated by generateAbiCookie.
Implemented in Ogre::VulkanPlugin, Ogre::NULLPlugin, Ogre::MetalPlugin, Ogre::GL3PlusPlugin, Ogre::D3D11Plugin, Ogre::ParticleFX2Plugin, and Ogre::ParticleFXPlugin.
|
pure virtual |
Get the name of the plugin.
Implemented in Ogre::VulkanPlugin, Ogre::NULLPlugin, Ogre::MetalPlugin, Ogre::GL3PlusPlugin, Ogre::D3D11Plugin, Ogre::ParticleFX2Plugin, Ogre::ParticleFXPlugin, and Ogre::GLES2Plugin.
|
pure virtual |
Perform any tasks the plugin needs to perform on full system initialisation.
Implemented in Ogre::VulkanPlugin, Ogre::NULLPlugin, Ogre::MetalPlugin, Ogre::GL3PlusPlugin, Ogre::D3D11Plugin, Ogre::ParticleFX2Plugin, Ogre::ParticleFXPlugin, and Ogre::GLES2Plugin.
|
pure virtual |
Perform the plugin initial installation sequence.
Implemented in Ogre::VulkanPlugin, Ogre::NULLPlugin, Ogre::MetalPlugin, Ogre::GL3PlusPlugin, Ogre::D3D11Plugin, Ogre::ParticleFX2Plugin, and Ogre::ParticleFXPlugin.
|
pure virtual |
Perform any tasks the plugin needs to perform when the system is shut down.
Implemented in Ogre::VulkanPlugin, Ogre::NULLPlugin, Ogre::MetalPlugin, Ogre::GL3PlusPlugin, Ogre::D3D11Plugin, Ogre::ParticleFX2Plugin, Ogre::ParticleFXPlugin, and Ogre::GLES2Plugin.
|
pure virtual |
Perform the final plugin uninstallation sequence.
Implemented in Ogre::VulkanPlugin, Ogre::NULLPlugin, Ogre::MetalPlugin, Ogre::GL3PlusPlugin, Ogre::D3D11Plugin, Ogre::ParticleFX2Plugin, Ogre::ParticleFXPlugin, and Ogre::GLES2Plugin.