OGRE  1.7
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ogre::ScriptCompilerEvent Class Reference

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:

Public Member Functions

 ScriptCompilerEvent (const String &type)
 
virtual ~ScriptCompilerEvent ()
 

Public Attributes

String mType
 

Private Member Functions

 ScriptCompilerEvent (const ScriptCompilerEvent &)
 
ScriptCompilerEventoperator= (const ScriptCompilerEvent &)
 

Detailed Description

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 327 of file OgreScriptCompiler.h.

Constructor & Destructor Documentation

Ogre::ScriptCompilerEvent::ScriptCompilerEvent ( const String type)
inline

Definition at line 332 of file OgreScriptCompiler.h.

virtual Ogre::ScriptCompilerEvent::~ScriptCompilerEvent ( )
inlinevirtual

Definition at line 333 of file OgreScriptCompiler.h.

Ogre::ScriptCompilerEvent::ScriptCompilerEvent ( const ScriptCompilerEvent )
private

Member Function Documentation

ScriptCompilerEvent& Ogre::ScriptCompilerEvent::operator= ( const ScriptCompilerEvent )
private

Member Data Documentation

String Ogre::ScriptCompilerEvent::mType

Definition at line 330 of file OgreScriptCompiler.h.


The documentation for this class was generated from the following file: