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 Mon Feb 23 17:51:26 2009 for the OpenSceneGraph by doxygen 1.5.8. |