Public Member Functions | Public Attributes | Private Member Functions | List of all members
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:
Inheritance graph
[legend]

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

Constructor & Destructor Documentation

◆ ScriptCompilerEvent() [1/2]

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

Definition at line 334 of file OgreScriptCompiler.h.

◆ ~ScriptCompilerEvent()

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

Definition at line 335 of file OgreScriptCompiler.h.

◆ ScriptCompilerEvent() [2/2]

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

Member Function Documentation

◆ operator=()

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

Member Data Documentation

◆ mType

String Ogre::ScriptCompilerEvent::mType

Definition at line 332 of file OgreScriptCompiler.h.


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

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.