OGRE 2.1
Object-Oriented Graphics Rendering Engine
|
Manages Overlay objects, parsing them from .overlay files and storing a lookup library of them. More...
#include <OgreCgFxScriptLoader.h>
Public Member Functions | |
CgFxScriptLoader () | |
virtual | ~CgFxScriptLoader () |
Real | getLoadingOrder (void) const |
Gets the relative loading order of scripts of this type. | |
const StringVector & | getScriptPatterns (void) const |
Gets the file patterns which should be used to find scripts for this class. | |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete (void *ptr, void *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info | |
void * | operator new (size_t sz, void *ptr) |
placement operator new | |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info | |
void | parseScript (DataStreamPtr &stream, const String &groupName) |
Parse a script file. | |
Static Public Member Functions | |
static CgFxScriptLoader & | getSingleton (void) |
Override standard Singleton retrieval. | |
static CgFxScriptLoader * | getSingletonPtr (void) |
Override standard Singleton retrieval. | |
Manages Overlay objects, parsing them from .overlay files and storing a lookup library of them.
Alo manages the creation of OverlayContainers and OverlayElements, used for non-interactive 2D elements such as HUDs.
Ogre::CgFxScriptLoader::CgFxScriptLoader | ( | ) |
|
virtual |
Gets the relative loading order of scripts of this type.
Implements Ogre::ScriptLoader.
|
virtual |
Gets the file patterns which should be used to find scripts for this class.
Implements Ogre::ScriptLoader.
|
static |
Override standard Singleton retrieval.
|
static |
Override standard Singleton retrieval.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
placement operator new
|
inlineinherited |
|
inlineinherited |
array operator new, with debug line info
|
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. |
Implements Ogre::ScriptLoader.