|  | OGRE 2.1
    Object-Oriented Graphics Rendering Engine | 
Plugin instance for Cg Program Manager. More...
#include <OgreCgPlugin.h>
 Inheritance diagram for Ogre::CgPlugin:
 Inheritance diagram for Ogre::CgPlugin:| Public Member Functions | |
| CgPlugin () | |
| const String & | getName () const | 
| Get the name of the plugin. | |
| void | initialise () | 
| Perform any tasks the plugin needs to perform on full system initialisation. | |
| void | install () | 
| Perform the plugin initial installation sequence. | |
| void | operator delete (void *ptr) | 
| void | operator delete (void *ptr, const char *, int, const char *) | 
| void | operator delete (void *ptr, void *) | 
| void | operator delete[] (void *ptr) | 
| void | operator delete[] (void *ptr, const char *, int, const char *) | 
| void * | operator new (size_t sz) | 
| void * | operator new (size_t sz, const char *file, int line, const char *func) | 
| operator new, with debug line info | |
| void * | operator new (size_t sz, void *ptr) | 
| placement operator new | |
| void * | operator new[] (size_t sz) | 
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) | 
| array operator new, with debug line info | |
| void | shutdown () | 
| Perform any tasks the plugin needs to perform when the system is shut down. | |
| void | uninstall () | 
| Perform the final plugin uninstallation sequence. | |
Plugin instance for Cg Program Manager.
| Ogre::CgPlugin::CgPlugin | ( | ) | 
Get the name of the plugin.
Implements Ogre::Plugin.
| 
 | virtual | 
Perform any tasks the plugin needs to perform on full system initialisation.
Implements Ogre::Plugin.
| 
 | virtual | 
Perform the plugin initial installation sequence.
Implements Ogre::Plugin.
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
operator new, with debug line info
placement operator new
| 
 | inlineinherited | 
| 
 | inlineinherited | 
array operator new, with debug line info
| 
 | virtual | 
Perform any tasks the plugin needs to perform when the system is shut down.
Implements Ogre::Plugin.
| 
 | virtual | 
Perform the final plugin uninstallation sequence.
Implements Ogre::Plugin.