📄 scriptengine.cpp
字号:
// ***************************************************************************//// Generated automatically by genwrapper.// Please DO NOT EDIT this file!//// ***************************************************************************#include <osgIntrospection/ReflectionMacros>#include <osgIntrospection/TypedMethodInfo>#include <osgIntrospection/StaticMethodInfo>#include <osgIntrospection/Attributes>#include <osgWidget/ScriptEngine>// Must undefine IN and OUT macros defined in Windows headers#ifdef IN#undef IN#endif#ifdef OUT#undef OUT#endifBEGIN_OBJECT_REFLECTOR(osgWidget::ScriptEngine) I_DeclaringFile("osgWidget/ScriptEngine"); I_BaseType(osg::Referenced); I_Constructor0(____ScriptEngine, "", ""); 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, "", ""); I_Method0(const std::string &, getLastErrorText, Properties::VIRTUAL, __C5_std_string_R1__getLastErrorText, "", ""); I_SimpleProperty(const std::string &, LastErrorText, __C5_std_string_R1__getLastErrorText, 0);END_REFLECTOR
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -