|  | OGRE 2.1
    Object-Oriented Graphics Rendering Engine | 
This struct is a base class for events which can be thrown by the compilers and caught by subscribers. More...
#include <OgreScriptCompiler.h>
 Inheritance diagram for Ogre::ScriptCompilerEvent:
 Inheritance diagram for Ogre::ScriptCompilerEvent:| Public Member Functions | |
| ScriptCompilerEvent (const String &type) | |
| virtual | ~ScriptCompilerEvent () | 
| Public Attributes | |
| String | mType | 
This struct is a base class for events which can be thrown by the compilers and caught by subscribers.
There are a set number of standard events which are used by Ogre's core. New event types may be derived for more custom compiler processing.
| 
 | inlinevirtual | 
| String Ogre::ScriptCompilerEvent::mType |