|  | OGRE 14.3
    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.
| 
 | inline | 
References mType.
Referenced by Ogre::CreateCompositorScriptCompilerEvent::CreateCompositorScriptCompilerEvent(), Ogre::CreateGpuProgramScriptCompilerEvent::CreateGpuProgramScriptCompilerEvent(), Ogre::CreateGpuSharedParametersScriptCompilerEvent::CreateGpuSharedParametersScriptCompilerEvent(), Ogre::CreateMaterialScriptCompilerEvent::CreateMaterialScriptCompilerEvent(), Ogre::CreateParticleSystemScriptCompilerEvent::CreateParticleSystemScriptCompilerEvent(), Ogre::ProcessNameExclusionScriptCompilerEvent::ProcessNameExclusionScriptCompilerEvent(), and Ogre::ProcessResourceNameScriptCompilerEvent::ProcessResourceNameScriptCompilerEvent().
| 
 | inlinevirtual | 
| String Ogre::ScriptCompilerEvent::mType | 
Referenced by ScriptCompilerEvent().