|
OpenSceneGraph
3.0.1
|

Public Member Functions | |
| virtual bool | initialize () |
| virtual bool | close () |
| virtual bool | eval (const std::string &) |
| virtual bool | runFile (const std::string &) |
| virtual const std::string & | getLastErrorText () const |
Protected Attributes | |
| std::string | _err |
| virtual bool osgWidget::ScriptEngine::close | ( | ) | [inline, virtual] |
Reimplemented in osgWidget::LuaEngine, and osgWidget::PythonEngine.
| virtual bool osgWidget::ScriptEngine::eval | ( | const std::string & | ) | [inline, virtual] |
Reimplemented in osgWidget::LuaEngine, and osgWidget::PythonEngine.
| virtual const std::string& osgWidget::ScriptEngine::getLastErrorText | ( | ) | const [inline, virtual] |
References _err.
| virtual bool osgWidget::ScriptEngine::initialize | ( | ) | [inline, virtual] |
Reimplemented in osgWidget::LuaEngine, and osgWidget::PythonEngine.
| virtual bool osgWidget::ScriptEngine::runFile | ( | const std::string & | ) | [inline, virtual] |
Reimplemented in osgWidget::LuaEngine, and osgWidget::PythonEngine.
std::string osgWidget::ScriptEngine::_err [protected] |
Referenced by getLastErrorText().
| Generated at Thu Sep 27 2012 17:03:35 for the OpenSceneGraph by doxygen 1.7.6.1. |