![]() |
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. | |
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 (const NameValuePairList *options)=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 |
|
pure virtual |
Outputs an ABI cookie generated by generateAbiCookie.
Implemented in Ogre::ParticleFXPlugin, Ogre::ParticleFX2Plugin, Ogre::D3D11Plugin, Ogre::GL3PlusPlugin, Ogre::MetalPlugin, Ogre::NULLPlugin, and Ogre::VulkanPlugin.
|
pure virtual |
Get the name of the plugin.
Implemented in Ogre::GLES2Plugin, Ogre::ParticleFXPlugin, Ogre::ParticleFX2Plugin, Ogre::D3D11Plugin, Ogre::GL3PlusPlugin, Ogre::MetalPlugin, Ogre::NULLPlugin, and Ogre::VulkanPlugin.
|
pure virtual |
Perform any tasks the plugin needs to perform on full system initialisation.
Implemented in Ogre::GLES2Plugin, Ogre::ParticleFXPlugin, Ogre::ParticleFX2Plugin, Ogre::D3D11Plugin, Ogre::GL3PlusPlugin, Ogre::MetalPlugin, Ogre::NULLPlugin, and Ogre::VulkanPlugin.
|
pure virtual |
Perform the plugin initial installation sequence.
Implemented in Ogre::ParticleFXPlugin, Ogre::ParticleFX2Plugin, Ogre::D3D11Plugin, Ogre::GL3PlusPlugin, Ogre::MetalPlugin, Ogre::NULLPlugin, and Ogre::VulkanPlugin.
|
pure virtual |
Perform any tasks the plugin needs to perform when the system is shut down.
Implemented in Ogre::GLES2Plugin, Ogre::ParticleFXPlugin, Ogre::ParticleFX2Plugin, Ogre::D3D11Plugin, Ogre::GL3PlusPlugin, Ogre::MetalPlugin, Ogre::NULLPlugin, and Ogre::VulkanPlugin.
|
pure virtual |
Perform the final plugin uninstallation sequence.
Implemented in Ogre::GLES2Plugin, Ogre::ParticleFXPlugin, Ogre::ParticleFX2Plugin, Ogre::D3D11Plugin, Ogre::GL3PlusPlugin, Ogre::MetalPlugin, Ogre::NULLPlugin, and Ogre::VulkanPlugin.