OGRE
1.11.6
Object-Oriented Graphics Rendering Engine
|
Manages Overlay objects, parsing them from .overlay files and storing a lookup library of them. More...
#include <OgreOverlayManager.h>
Public Types | |
typedef std::map< String, OverlayElement * > | ElementMap |
typedef std::map< String, OverlayElementFactory * > | FactoryMap |
typedef std::map< String, Overlay * > | OverlayMap |
typedef MapIterator< OverlayMap > | OverlayMapIterator |
typedef MapIterator< ElementMap > | TemplateIterator |
Public Member Functions | |
OverlayManager () | |
virtual | ~OverlayManager () |
void | _queueOverlaysForRendering (Camera *cam, RenderQueue *pQueue, Viewport *vp) |
Internal method for queueing the visible overlays for rendering. More... | |
void | _releaseManualHardwareResources () |
Notifies that hardware resources were lost. More... | |
void | _restoreManualHardwareResources () |
Notifies that hardware resources should be restored. More... | |
void | addOverlayElementFactory (OverlayElementFactory *elemFactory) |
Registers a new OverlayElementFactory with this manager. More... | |
OverlayElement * | cloneOverlayElementFromTemplate (const String &templateName, const String &instanceName) |
Overlay * | create (const String &name) |
Create a new Overlay. More... | |
OverlayElement * | createOverlayElement (const String &typeName, const String &instanceName, bool isTemplate=false) |
Creates a new OverlayElement of the type requested. More... | |
OverlayElement * | createOverlayElementFromFactory (const String &typeName, const String &instanceName) |
OverlayElement * | createOverlayElementFromTemplate (const String &templateName, const String &typeName, const String &instanceName, bool isTemplate=false) |
void | destroy (const String &name) |
Destroys an existing overlay by name. More... | |
void | destroy (Overlay *overlay) |
Destroys an existing overlay. More... | |
void | destroyAll (void) |
Destroys all existing overlays. More... | |
void | destroyAllOverlayElements (bool isTemplate=false) |
Destroys all the OverlayElement created so far. More... | |
void | destroyOverlayElement (const String &instanceName, bool isTemplate=false) |
Destroys a OverlayElement. More... | |
void | destroyOverlayElement (OverlayElement *pInstance, bool isTemplate=false) |
Destroys a OverlayElement. More... | |
Overlay * | getByName (const String &name) |
Retrieve an Overlay by name. More... | |
Real | getLoadingOrder (void) const |
Gets the relative loading order of scripts of this type. More... | |
OverlayElement * | getOverlayElement (const String &name, bool isTemplate=false) |
Gets a reference to an existing element. More... | |
const FactoryMap & | getOverlayElementFactoryMap () const |
Get const access to the list of registered OverlayElement factories. More... | |
OverlayMapIterator | getOverlayIterator (void) |
const StringVector & | getScriptPatterns (void) const |
Gets the file patterns which should be used to find scripts for this class. More... | |
TemplateIterator | getTemplateIterator () |
Returns an iterator over all templates in this manager. More... | |
Real | getViewportAspectRatio (void) const |
int | getViewportHeight (void) const |
Gets the height of the destination viewport in pixels. More... | |
OrientationMode | getViewportOrientationMode (void) const |
Gets the orientation mode of the destination viewport. More... | |
int | getViewportWidth (void) const |
Gets the width of the destination viewport in pixels. More... | |
bool | hasOverlayElement (const String &name, bool isTemplate=false) |
Tests if an element exists. More... | |
bool | isTemplate (String strName) const |
void | parseScript (DataStreamPtr &stream, const String &groupName) |
Parse a script file. More... | |
Static Public Member Functions | |
static OverlayManager & | getSingleton (void) |
Override standard Singleton retrieval. More... | |
static OverlayManager * | getSingletonPtr (void) |
Get the singleton instance. More... | |
Manages Overlay objects, parsing them from .overlay files and storing a lookup library of them.
Also manages the creation of OverlayContainers and OverlayElements, used for non-interactive 2D elements such as HUDs.
typedef std::map<String, Overlay*> Ogre::OverlayManager::OverlayMap |
typedef std::map<String, OverlayElement*> Ogre::OverlayManager::ElementMap |
typedef std::map<String, OverlayElementFactory*> Ogre::OverlayManager::FactoryMap |
Ogre::OverlayManager::OverlayManager | ( | ) |
|
virtual |
void Ogre::OverlayManager::_releaseManualHardwareResources | ( | ) |
Notifies that hardware resources were lost.
void Ogre::OverlayManager::_restoreManualHardwareResources | ( | ) |
Notifies that hardware resources should be restored.
|
virtual |
Gets the file patterns which should be used to find scripts for this class.
Implements Ogre::ScriptLoader.
|
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.
|
virtual |
Gets the relative loading order of scripts of this type.
Implements Ogre::ScriptLoader.
void Ogre::OverlayManager::destroy | ( | const String & | name | ) |
Destroys an existing overlay by name.
void Ogre::OverlayManager::destroy | ( | Overlay * | overlay | ) |
Destroys an existing overlay.
void Ogre::OverlayManager::destroyAll | ( | void | ) |
Destroys all existing overlays.
OverlayMapIterator Ogre::OverlayManager::getOverlayIterator | ( | void | ) |
void Ogre::OverlayManager::_queueOverlaysForRendering | ( | Camera * | cam, |
RenderQueue * | pQueue, | ||
Viewport * | vp | ||
) |
Internal method for queueing the visible overlays for rendering.
int Ogre::OverlayManager::getViewportHeight | ( | void | ) | const |
Gets the height of the destination viewport in pixels.
int Ogre::OverlayManager::getViewportWidth | ( | void | ) | const |
Gets the width of the destination viewport in pixels.
Real Ogre::OverlayManager::getViewportAspectRatio | ( | void | ) | const |
OrientationMode Ogre::OverlayManager::getViewportOrientationMode | ( | void | ) | const |
Gets the orientation mode of the destination viewport.
OverlayElement* Ogre::OverlayManager::createOverlayElement | ( | const String & | typeName, |
const String & | instanceName, | ||
bool | isTemplate = false |
||
) |
Creates a new OverlayElement of the type requested.
typeName | The type of element to create. |
instanceName | The name to give the new instance. |
OverlayElement* Ogre::OverlayManager::getOverlayElement | ( | const String & | name, |
bool | isTemplate = false |
||
) |
Gets a reference to an existing element.
bool Ogre::OverlayManager::hasOverlayElement | ( | const String & | name, |
bool | isTemplate = false |
||
) |
Tests if an element exists.
void Ogre::OverlayManager::destroyOverlayElement | ( | const String & | instanceName, |
bool | isTemplate = false |
||
) |
Destroys a OverlayElement.
void Ogre::OverlayManager::destroyOverlayElement | ( | OverlayElement * | pInstance, |
bool | isTemplate = false |
||
) |
Destroys a OverlayElement.
void Ogre::OverlayManager::destroyAllOverlayElements | ( | bool | isTemplate = false | ) |
Destroys all the OverlayElement created so far.
void Ogre::OverlayManager::addOverlayElementFactory | ( | OverlayElementFactory * | elemFactory | ) |
Registers a new OverlayElementFactory with this manager.
|
inline |
Get const access to the list of registered OverlayElement factories.
OverlayElement* Ogre::OverlayManager::createOverlayElementFromTemplate | ( | const String & | templateName, |
const String & | typeName, | ||
const String & | instanceName, | ||
bool | isTemplate = false |
||
) |
OverlayElement* Ogre::OverlayManager::cloneOverlayElementFromTemplate | ( | const String & | templateName, |
const String & | instanceName | ||
) |
OverlayElement* Ogre::OverlayManager::createOverlayElementFromFactory | ( | const String & | typeName, |
const String & | instanceName | ||
) |
|
inline |
Returns an iterator over all templates in this manager.
|
inline |
|
static |
Override standard Singleton retrieval.
|
static |
Get the singleton instance.