Added osgWidget wrappers
This commit is contained in:
53
src/osgWrappers/osgWidget/Python.cpp
Normal file
53
src/osgWrappers/osgWidget/Python.cpp
Normal file
@@ -0,0 +1,53 @@
|
||||
// ***************************************************************************
|
||||
//
|
||||
// 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
|
||||
|
||||
Reference in New Issue
Block a user