OGRE  1.9.0
Ogre::ProcessResourceNameScriptCompilerEvent Class Reference

#include <OgreScriptCompiler.h>

Inheritance 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

◆ ResourceType

Enumerator
TEXTURE 
MATERIAL 
GPU_PROGRAM 
COMPOSITOR 

Definition at line 510 of file OgreScriptCompiler.h.

Constructor & Destructor Documentation

◆ ProcessResourceNameScriptCompilerEvent()

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

Definition at line 521 of file OgreScriptCompiler.h.

Member Data Documentation

◆ eventType

String Ogre::ProcessResourceNameScriptCompilerEvent::eventType
static

Definition at line 519 of file OgreScriptCompiler.h.

◆ mName

String Ogre::ProcessResourceNameScriptCompilerEvent::mName

Definition at line 518 of file OgreScriptCompiler.h.

◆ mResourceType

ResourceType Ogre::ProcessResourceNameScriptCompilerEvent::mResourceType

Definition at line 517 of file OgreScriptCompiler.h.

◆ mType

String Ogre::ScriptCompilerEvent::mType
inherited

Definition at line 350 of file OgreScriptCompiler.h.


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