Files
OpenSceneGraph/src/osgWrappers/osgWidget/Python.cpp
2008-07-15 22:13:35 +00:00

54 lines
1.5 KiB
C++

// ***************************************************************************
//
// Generated automatically by genwrapper.
// Please DO NOT EDIT this file!
//
// ***************************************************************************
#include <osgIntrospection/ReflectionMacros>
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/StaticMethodInfo>
#include <osgIntrospection/Attributes>
#include <osgWidget/Python>
#include <osgWidget/WindowManager>
// 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