OGRE
1.11.6
Object-Oriented Graphics Rendering Engine
|
The ScriptTranslatorManager manages the lifetime and access to script translators. More...
#include <OgreScriptTranslator.h>
Public Member Functions | |
virtual | ~ScriptTranslatorManager () |
virtual ScriptTranslator * | getTranslator (const AbstractNodePtr &)=0 |
Returns a manager for the given object abstract node, or null if it is not supported. More... | |
The ScriptTranslatorManager manages the lifetime and access to script translators.
You register these managers with the ScriptCompilerManager tied to specific object types. Each manager may manage multiple types.
|
inlinevirtual |
|
pure virtual |
Returns a manager for the given object abstract node, or null if it is not supported.
Implemented in Ogre::OverlayTranslatorManager.