// *************************************************************************** // // Generated automatically by genwrapper. // Please DO NOT EDIT this file! // // *************************************************************************** #include #include #include #include #include #include // Must undefine IN and OUT macros defined in Windows headers #ifdef IN #undef IN #endif #ifdef OUT #undef OUT #endif BEGIN_OBJECT_REFLECTOR(osgWidget::PythonEngine) I_DeclaringFile("osgWidget/Python"); I_BaseType(osgWidget::ScriptEngine); I_ConstructorWithDefaults1(IN, osgWidget::WindowManager *, x, 0, Properties::NON_EXPLICIT, ____PythonEngine__WindowManager_P1, "", ""); I_Method0(bool, initialize, Properties::VIRTUAL, __bool__initialize, "", ""); I_Method0(bool, close, Properties::VIRTUAL, __bool__close, "", ""); I_Method1(bool, eval, IN, const std::string &, x, Properties::VIRTUAL, __bool__eval__C5_std_string_R1, "", ""); I_Method1(bool, runFile, IN, const std::string &, x, Properties::VIRTUAL, __bool__runFile__C5_std_string_R1, "", ""); END_REFLECTOR