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

#include <OgreScriptCompiler.h>

+ Inheritance diagram for Ogre::ProcessResourceNameScriptCompilerEvent:
+ Collaboration diagram for Ogre::ProcessResourceNameScriptCompilerEvent:

Public Types

enum  ResourceType { TEXTURE, MATERIAL, GPU_PROGRAM, COMPOSITOR }
 

Public Member Functions

 ProcessResourceNameScriptCompilerEvent (ResourceType resourceType, const String &name)
 

Public Attributes

String mName
 
ResourceType mResourceType
 
String mType
 

Static Public Attributes

static String eventType
 

Detailed Description

Definition at line 507 of file OgreScriptCompiler.h.

Member Enumeration Documentation

Enumerator
TEXTURE 
MATERIAL 
GPU_PROGRAM 
COMPOSITOR 

Definition at line 510 of file OgreScriptCompiler.h.

Constructor & Destructor Documentation

Ogre::ProcessResourceNameScriptCompilerEvent::ProcessResourceNameScriptCompilerEvent ( ResourceType  resourceType,
const String name 
)
inline

Definition at line 521 of file OgreScriptCompiler.h.

Member Data Documentation

String Ogre::ProcessResourceNameScriptCompilerEvent::eventType
static

Definition at line 519 of file OgreScriptCompiler.h.

String Ogre::ProcessResourceNameScriptCompilerEvent::mName

Definition at line 518 of file OgreScriptCompiler.h.

ResourceType Ogre::ProcessResourceNameScriptCompilerEvent::mResourceType

Definition at line 517 of file OgreScriptCompiler.h.

String Ogre::ScriptCompilerEvent::mType
inherited

Definition at line 350 of file OgreScriptCompiler.h.


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