OGRE
1.9.0
|
This struct is a base class for events which can be thrown by the compilers and caught by subscribers. More...
#include <OgreScriptCompiler.h>
Public Member Functions | |
ScriptCompilerEvent (const String &type) | |
virtual | ~ScriptCompilerEvent () |
Public Attributes | |
String | mType |
Private Member Functions | |
ScriptCompilerEvent (const ScriptCompilerEvent &) | |
ScriptCompilerEvent & | operator= (const ScriptCompilerEvent &) |
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.
Definition at line 347 of file OgreScriptCompiler.h.
Ogre::ScriptCompilerEvent::ScriptCompilerEvent | ( | const String & | type | ) |
Definition at line 352 of file OgreScriptCompiler.h.
References mType.
Referenced by Ogre::CreateCompositorScriptCompilerEvent::CreateCompositorScriptCompilerEvent(), Ogre::CreateGpuProgramScriptCompilerEvent::CreateGpuProgramScriptCompilerEvent(), Ogre::CreateGpuSharedParametersScriptCompilerEvent::CreateGpuSharedParametersScriptCompilerEvent(), Ogre::CreateHighLevelGpuProgramScriptCompilerEvent::CreateHighLevelGpuProgramScriptCompilerEvent(), Ogre::CreateMaterialScriptCompilerEvent::CreateMaterialScriptCompilerEvent(), Ogre::CreateParticleSystemScriptCompilerEvent::CreateParticleSystemScriptCompilerEvent(), Ogre::PreApplyTextureAliasesScriptCompilerEvent::PreApplyTextureAliasesScriptCompilerEvent(), Ogre::ProcessNameExclusionScriptCompilerEvent::ProcessNameExclusionScriptCompilerEvent(), Ogre::ProcessResourceNameScriptCompilerEvent::ProcessResourceNameScriptCompilerEvent(), ScriptCompilerEvent(), and operator=().
|
virtual |
Definition at line 353 of file OgreScriptCompiler.h.
|
private |
References ScriptCompilerEvent().
|
private |
References ScriptCompilerEvent().
String Ogre::ScriptCompilerEvent::mType |
Definition at line 350 of file OgreScriptCompiler.h.
Referenced by ScriptCompilerEvent().