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 const StringVector & | getScriptPatterns (void) const =0 |
Gets the file patterns which should be used to find scripts for this class. | |
virtual void | parseScript (DataStreamPtr &stream, const String &groupName)=0 |
Parse a script file. | |
virtual Real | getLoadingOrder (void) const =0 |
Gets the relative loading order of scripts of this type. |
Abstract class defining the interface used by classes which wish to perform script loading to define instances of whatever they manage.
Definition at line 58 of file OgreScriptLoader.h.
virtual Ogre::ScriptLoader::~ScriptLoader | ( | ) | [virtual] |
virtual Real Ogre::ScriptLoader::getLoadingOrder | ( | void | ) | const [pure virtual] |
Gets the relative loading order of scripts of this type.
Implemented in Ogre::OverlayManager, Ogre::ParticleSystemManager, Ogre::ResourceManager, and Ogre::ScriptCompilerManager.
virtual const StringVector& Ogre::ScriptLoader::getScriptPatterns | ( | void | ) | const [pure virtual] |
Gets the file patterns which should be used to find scripts for this class.
Implemented in Ogre::OverlayManager, Ogre::ParticleSystemManager, Ogre::ResourceManager, and Ogre::ScriptCompilerManager.
virtual void Ogre::ScriptLoader::parseScript | ( | DataStreamPtr & | stream, | |
const String & | groupName | |||
) | [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::CompositorManager, Ogre::FontManager, Ogre::MaterialManager, Ogre::OverlayManager, Ogre::ParticleSystemManager, Ogre::ResourceManager, and Ogre::ScriptCompilerManager.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri May 25 23:40:08 2012