#include <OgreResourceGroupManager.h>
Public Member Functions | |
virtual | ~ResourceGroupListener () |
virtual void | resourceGroupScriptingStarted (const String &groupName, size_t scriptCount)=0 |
This event is fired when a resource group begins parsing scripts. | |
virtual void | scriptParseStarted (const String &scriptName)=0 |
This event is fired when a script is about to be parsed. | |
virtual void | scriptParseEnded (const String &scriptName)=0 |
This event is fired when the script has been fully parsed. | |
virtual void | resourceGroupScriptingEnded (const String &groupName)=0 |
This event is fired when a resource group finished parsing scripts. | |
virtual void | resourceGroupLoadStarted (const String &groupName, size_t resourceCount)=0 |
This event is fired when a resource group begins loading. | |
virtual void | resourceLoadStarted (const ResourcePtr &resource)=0 |
This event is fired when a declared resource is about to be loaded. | |
virtual void | resourceLoadEnded (void)=0 |
This event is fired when the resource has been loaded. | |
virtual void | worldGeometryStageStarted (const String &description)=0 |
This event is fired when a stage of loading linked world geometry is about to start. | |
virtual void | worldGeometryStageEnded (void)=0 |
This event is fired when a stage of loading linked world geometry has been completed. | |
virtual void | resourceGroupLoadEnded (const String &groupName)=0 |
This event is fired when a resource group finished loading. |
Definition at line 68 of file OgreResourceGroupManager.h.
virtual Ogre::ResourceGroupListener::~ResourceGroupListener | ( | ) | [virtual] |
Definition at line 71 of file OgreResourceGroupManager.h.
virtual void Ogre::ResourceGroupListener::resourceGroupScriptingStarted | ( | const String & | groupName, | |
size_t | scriptCount | |||
) | [pure virtual] |
This event is fired when a resource group begins parsing scripts.
groupName | The name of the group | |
scriptCount | The number of scripts which will be parsed |
virtual void Ogre::ResourceGroupListener::scriptParseStarted | ( | const String & | scriptName | ) | [pure virtual] |
This event is fired when a script is about to be parsed.
scriptName | Name of the to be parsed |
virtual void Ogre::ResourceGroupListener::scriptParseEnded | ( | const String & | scriptName | ) | [pure virtual] |
This event is fired when the script has been fully parsed.
virtual void Ogre::ResourceGroupListener::resourceGroupScriptingEnded | ( | const String & | groupName | ) | [pure virtual] |
This event is fired when a resource group finished parsing scripts.
virtual void Ogre::ResourceGroupListener::resourceGroupLoadStarted | ( | const String & | groupName, | |
size_t | resourceCount | |||
) | [pure virtual] |
This event is fired when a resource group begins loading.
groupName | The name of the group being loaded | |
resourceCount | The number of resources which will be loaded, including a number of stages required to load any linked world geometry |
virtual void Ogre::ResourceGroupListener::resourceLoadStarted | ( | const ResourcePtr & | resource | ) | [pure virtual] |
This event is fired when a declared resource is about to be loaded.
resource | Weak reference to the resource loaded. |
virtual void Ogre::ResourceGroupListener::resourceLoadEnded | ( | void | ) | [pure virtual] |
This event is fired when the resource has been loaded.
virtual void Ogre::ResourceGroupListener::worldGeometryStageStarted | ( | const String & | description | ) | [pure virtual] |
This event is fired when a stage of loading linked world geometry is about to start.
The number of stages required will have been included in the resourceCount passed in resourceGroupLoadStarted.
description | Text description of what was just loaded |
virtual void Ogre::ResourceGroupListener::worldGeometryStageEnded | ( | void | ) | [pure virtual] |
This event is fired when a stage of loading linked world geometry has been completed.
The number of stages required will have been included in the resourceCount passed in resourceGroupLoadStarted.
description | Text description of what was just loaded |
virtual void Ogre::ResourceGroupListener::resourceGroupLoadEnded | ( | const String & | groupName | ) | [pure virtual] |
This event is fired when a resource group finished loading.
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sat May 10 16:28:40 2008