#include <OgrePlugin.h>
Public Member Functions | |
Plugin () | |
virtual | ~Plugin () |
virtual const String & | getName () const =0 |
Get the name of the plugin. | |
virtual void | install ()=0 |
Perform the plugin initial installation sequence. | |
virtual void | initialise ()=0 |
Perform any tasks the plugin needs to perform on full system initialisation. | |
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. |
Definition at line 74 of file OgrePlugin.h.
Ogre::Plugin::Plugin | ( | ) |
Definition at line 77 of file OgrePlugin.h.
virtual Ogre::Plugin::~Plugin | ( | ) | [virtual] |
Definition at line 78 of file OgrePlugin.h.
virtual const String& Ogre::Plugin::getName | ( | ) | const [pure virtual] |
Get the name of the plugin.
virtual void Ogre::Plugin::install | ( | ) | [pure virtual] |
Perform the plugin initial installation sequence.
virtual void Ogre::Plugin::initialise | ( | ) | [pure virtual] |
Perform any tasks the plugin needs to perform on full system initialisation.
virtual void Ogre::Plugin::shutdown | ( | ) | [pure virtual] |
Perform any tasks the plugin needs to perform when the system is shut down.
virtual void Ogre::Plugin::uninstall | ( | ) | [pure virtual] |
Perform the final plugin uninstallation sequence.
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Mon Jun 16 12:51:49 2008