scriptengine.cpp

来自「最新osg包」· C++ 代码 · 共 59 行

CPP
59
字号
// ***************************************************************************////   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 + =
减小字号Ctrl + -
显示快捷键?