#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.
|
Definition at line 77 of file OgrePlugin.h. |
|
Definition at line 78 of file OgrePlugin.h. |
|
Get the name of the plugin.
|
|
Perform any tasks the plugin needs to perform on full system initialisation.
|
|
Perform the plugin initial installation sequence.
|
|
Perform any tasks the plugin needs to perform when the system is shut down.
|
|
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 Sun Jun 10 10:38:15 2007