Public Member Functions | |
| LuaEngine (WindowManager *=0) | |
| bool | initialize () |
| bool | close () |
| bool | eval (const std::string &) |
| bool | runFile (const std::string &) |
Protected Attributes | |
| LuaEngineData * | _data |
| WindowManager * | _wm |
| osgWidget::LuaEngine::LuaEngine | ( | WindowManager * | = 0 |
) |
| bool osgWidget::LuaEngine::close | ( | ) | [virtual] |
Reimplemented from osgWidget::ScriptEngine.
| bool osgWidget::LuaEngine::eval | ( | const std::string & | ) | [virtual] |
Reimplemented from osgWidget::ScriptEngine.
| bool osgWidget::LuaEngine::initialize | ( | ) | [virtual] |
Reimplemented from osgWidget::ScriptEngine.
| bool osgWidget::LuaEngine::runFile | ( | const std::string & | ) | [virtual] |
Reimplemented from osgWidget::ScriptEngine.
LuaEngineData* osgWidget::LuaEngine::_data [protected] |
WindowManager* osgWidget::LuaEngine::_wm [protected] |
| Generated at Sat May 14 08:21:24 2011 for the OpenSceneGraph by doxygen 1.5.9. |