Public Member Functions | Protected Attributes

osgWidget::PythonEngine Class Reference

Inheritance diagram for osgWidget::PythonEngine:
osgWidget::ScriptEngine osg::Referenced

List of all members.

Public Member Functions

 PythonEngine (WindowManager *=0)
bool initialize ()
bool close ()
bool eval (const std::string &)
bool runFile (const std::string &)

Protected Attributes

PythonEngineData * _data
WindowManager_wm

Constructor & Destructor Documentation

osgWidget::PythonEngine::PythonEngine ( WindowManager = 0 )

Member Function Documentation

bool osgWidget::PythonEngine::close (  ) [virtual]

Reimplemented from osgWidget::ScriptEngine.

bool osgWidget::PythonEngine::eval ( const std::string &   ) [virtual]

Reimplemented from osgWidget::ScriptEngine.

bool osgWidget::PythonEngine::initialize (  ) [virtual]

Reimplemented from osgWidget::ScriptEngine.

bool osgWidget::PythonEngine::runFile ( const std::string &   ) [virtual]

Reimplemented from osgWidget::ScriptEngine.


Member Data Documentation

PythonEngineData* osgWidget::PythonEngine::_data [protected]

The documentation for this class was generated from the following file: