16#ifndef OSGWIDGET_PYTHON
17#define OSGWIDGET_PYTHON
23struct PythonEngineData;
31 bool eval (
const std::string&);
The osgWidget library is a NodeKit that extends the core scene graph to support a 2D (and eventually ...
Definition Box:21
PythonEngineData * _data
Definition Python:36
PythonEngine(WindowManager *=0)
bool runFile(const std::string &)
WindowManager * _wm
Definition Python:37
bool eval(const std::string &)
Definition ScriptEngine:27
Definition WindowManager:39
#define OSGWIDGET_EXPORT
Definition Export:42