![]() |
OGRE-Next
2.3
Object-Oriented Graphics Rendering Engine
|
This class manages the builtin translators. More...
#include <OgreScriptTranslator.h>
Inheritance diagram for Ogre::BuiltinScriptTranslatorManager:Public Member Functions | |
| BuiltinScriptTranslatorManager () | |
| size_t | getNumTranslators () const override |
| Returns the number of translators being managed. More... | |
| ScriptTranslator * | getTranslator (const AbstractNodePtr &node) override |
| Returns a manager for the given object abstract node, or null if it is not supported. More... | |
| 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 More... | |
| void * | operator new (size_t sz, void *ptr) |
| placement operator new More... | |
| 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 More... | |
This class manages the builtin translators.
| Ogre::BuiltinScriptTranslatorManager::BuiltinScriptTranslatorManager | ( | ) |
|
overridevirtual |
Returns the number of translators being managed.
Implements Ogre::ScriptTranslatorManager.
|
overridevirtual |
Returns a manager for the given object abstract node, or null if it is not supported.
Implements Ogre::ScriptTranslatorManager.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
|
inlineinherited |
placement operator new
|
inlineinherited |
|
inlineinherited |
array operator new, with debug line info