OGRE-Next
4.0.0unstable
Object-Oriented Graphics Rendering Engine
|
Abstract class defining the interface used by classes which wish to perform script loading to define instances of whatever they manage. More...
#include <OgreScriptLoader.h>
Public Member Functions | |
virtual | ~ScriptLoader () |
virtual Real | getLoadingOrder () const =0 |
Gets the relative loading order of scripts of this type. More... | |
virtual const StringVector & | getScriptPatterns () const =0 |
Gets the file patterns which should be used to find scripts for this class. More... | |
virtual void | parseScript (DataStreamPtr &stream, const String &groupName)=0 |
Parse a script file. More... | |
Abstract class defining the interface used by classes which wish to perform script loading to define instances of whatever they manage.
|
inlinevirtual |
|
pure virtual |
Gets the relative loading order of scripts of this type.
Implemented in Ogre::ScriptCompilerManager, Ogre::ResourceManager, Ogre::ParticleSystemManager, Ogre::HlmsManager, and Ogre::v1::OverlayManager.
|
pure virtual |
Gets the file patterns which should be used to find scripts for this class.
Implemented in Ogre::ScriptCompilerManager, Ogre::ResourceManager, Ogre::ParticleSystemManager, Ogre::HlmsManager, and Ogre::v1::OverlayManager.
|
pure virtual |
Parse a script file.
stream | Weak reference to a data stream which is the source of the script |
groupName | The name of a resource group which should be used if any resources are created during the parse of this script. |
Implemented in Ogre::ScriptCompilerManager, Ogre::ResourceManager, Ogre::ParticleSystemManager, Ogre::MaterialManager, Ogre::HlmsManager, Ogre::v1::OverlayManager, and Ogre::FontManager.