54 lines
1.5 KiB
C++
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/Lua>
|
|
#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::LuaEngine)
|
|
I_DeclaringFile("osgWidget/Lua");
|
|
I_BaseType(osgWidget::ScriptEngine);
|
|
I_ConstructorWithDefaults1(IN, osgWidget::WindowManager *, x, 0,
|
|
Properties::NON_EXPLICIT,
|
|
____LuaEngine__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
|
|
|