![]() |
OGRE
1.12.0
Object-Oriented Graphics Rendering Engine
|
#include <OgreFreeImageCodec.h>
Inheritance diagram for Ogre::FreeImagePlugin:Public Member Functions | |
| const String & | getName () const |
| Get the name of the plugin. More... | |
| void | initialise () |
| Perform any tasks the plugin needs to perform on full system initialisation. More... | |
| void | install () |
| Perform the plugin initial installation sequence. More... | |
| void | shutdown () |
| Perform any tasks the plugin needs to perform when the system is shut down. More... | |
| void | uninstall () |
| Perform the final plugin uninstallation sequence. More... | |
|
virtual |
Get the name of the plugin.
Implements Ogre::Plugin.
|
inlinevirtual |
Perform the plugin initial installation sequence.
Implements Ogre::Plugin.
References Ogre::FreeImageCodec::startup().
|
inlinevirtual |
Perform the final plugin uninstallation sequence.
Implements Ogre::Plugin.
References Ogre::FreeImageCodec::shutdown().
|
inlinevirtual |
Perform any tasks the plugin needs to perform on full system initialisation.
Implements Ogre::Plugin.
|
inlinevirtual |
Perform any tasks the plugin needs to perform when the system is shut down.
Implements Ogre::Plugin.