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 Sat May 14 08:21:24 2011 for the OpenSceneGraph by doxygen 1.5.9. |