OGRE
1.9.0
|
Class for managing RenderSystemCapabilities database for Ogre. More...
#include <OgreRenderSystemCapabilitiesManager.h>
Public Member Functions | |
RenderSystemCapabilitiesManager () | |
Default constructor. | |
virtual | ~RenderSystemCapabilitiesManager () |
Default destructor. | |
void | _addRenderSystemCapabilities (const String &name, RenderSystemCapabilities *caps) |
Method used by RenderSystemCapabilitiesSerializer::parseScript. | |
const map< String, RenderSystemCapabilities * >::type & | getCapabilities () const |
Access to the internal map of loaded capabilities. | |
RenderSystemCapabilities * | loadParsedCapabilities (const String &name) |
Returns a capability loaded with RenderSystemCapabilitiesManager::parseCapabilitiesFromArchive method. | |
void | operator delete (void *ptr) |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete (void *ptr, void *) |
void | operator delete (void *ptr, void *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
void * | operator new (size_t sz) |
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, 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 *ptr) |
placement operator new | |
void * | operator new[] (size_t sz) |
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 * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info | |
void | parseCapabilitiesFromArchive (const String &filename, const String &archiveType, bool recursive=true) |
Static Public Member Functions | |
static RenderSystemCapabilitiesManager & | getSingleton (void) |
Override standard Singleton retrieval. | |
static RenderSystemCapabilitiesManager * | getSingletonPtr (void) |
Override standard Singleton retrieval. | |
Protected Types | |
typedef map< String, RenderSystemCapabilities * >::type | CapabilitiesMap |
Protected Attributes | |
CapabilitiesMap | mCapabilitiesMap |
const String | mScriptPattern |
RenderSystemCapabilitiesSerializer * | mSerializer |
Static Protected Attributes | |
static RenderSystemCapabilitiesManager * | msSingleton |
Class for managing RenderSystemCapabilities database for Ogre.
Definition at line 52 of file OgreRenderSystemCapabilitiesManager.h.
|
protected |
Definition at line 118 of file OgreRenderSystemCapabilitiesManager.h.
Ogre::RenderSystemCapabilitiesManager::RenderSystemCapabilitiesManager | ( | ) |
Default constructor.
Referenced by getSingleton(), and getSingletonPtr().
|
virtual |
Default destructor.
void Ogre::RenderSystemCapabilitiesManager::_addRenderSystemCapabilities | ( | const String & | name, |
RenderSystemCapabilities * | caps ) |
Method used by RenderSystemCapabilitiesSerializer::parseScript.
const map< String, RenderSystemCapabilities * >::type & Ogre::RenderSystemCapabilitiesManager::getCapabilities | ( | ) | const |
Access to the internal map of loaded capabilities.
|
static |
Override standard Singleton retrieval.
References RenderSystemCapabilitiesManager().
|
static |
Override standard Singleton retrieval.
References RenderSystemCapabilitiesManager().
RenderSystemCapabilities * Ogre::RenderSystemCapabilitiesManager::loadParsedCapabilities | ( | const String & | name | ) |
Returns a capability loaded with RenderSystemCapabilitiesManager::parseCapabilitiesFromArchive method.
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
void Ogre::RenderSystemCapabilitiesManager::parseCapabilitiesFromArchive | ( | const String & | filename, |
const String & | archiveType, | ||
bool | recursive = true ) |
|
protected |
Definition at line 119 of file OgreRenderSystemCapabilitiesManager.h.
|
protected |
Definition at line 121 of file OgreRenderSystemCapabilitiesManager.h.
|
protected |
Definition at line 116 of file OgreRenderSystemCapabilitiesManager.h.
|
staticprotectedinherited |
Definition at line 75 of file OgreSingleton.h.