box.cpp
来自「最新osg包」· C++ 代码 · 共 87 行
CPP
87 行
// ***************************************************************************//// Generated automatically by genwrapper.// Please DO NOT EDIT this file!//// ***************************************************************************#include <osgIntrospection/ReflectionMacros>#include <osgIntrospection/TypedMethodInfo>#include <osgIntrospection/StaticMethodInfo>#include <osgIntrospection/Attributes>#include <osg/CopyOp>#include <osg/Object>#include <osgWidget/Box>// Must undefine IN and OUT macros defined in Windows headers#ifdef IN#undef IN#endif#ifdef OUT#undef OUT#endifBEGIN_ENUM_REFLECTOR(osgWidget::Box::BOX_TYPE) I_DeclaringFile("osgWidget/Box"); I_EnumLabel(osgWidget::Box::VERTICAL); I_EnumLabel(osgWidget::Box::HORIZONTAL);END_REFLECTORBEGIN_OBJECT_REFLECTOR(osgWidget::Box) I_DeclaringFile("osgWidget/Box"); I_BaseType(osgWidget::Window); I_Method0(osg::Object *, cloneType, Properties::VIRTUAL, __osg_Object_P1__cloneType, "clone an object of the same type as the node. ", ""); I_Method1(osg::Object *, clone, IN, const osg::CopyOp &, copyop, Properties::VIRTUAL, __osg_Object_P1__clone__C5_osg_CopyOp_R1, "return a clone of a node, with Object* return type. ", ""); I_Method1(bool, isSameKindAs, IN, const osg::Object *, obj, Properties::VIRTUAL, __bool__isSameKindAs__C5_osg_Object_P1, "return true if this and obj are of the same kind of object. ", ""); I_Method0(const char *, libraryName, Properties::VIRTUAL, __C5_char_P1__libraryName, "return the name of the node's library. ", ""); I_Method0(const char *, className, Properties::VIRTUAL, __C5_char_P1__className, "return the name of the node's class type. ", ""); I_ConstructorWithDefaults3(IN, const std::string &, x, "", IN, osgWidget::Box::BOX_TYPE, x, osgWidget::Box::HORIZONTAL, IN, bool, x, false, ____Box__C5_std_string_R1__BOX_TYPE__bool, "", ""); I_Constructor2(IN, const osgWidget::Box &, x, IN, const osg::CopyOp &, x, ____Box__C5_Box_R1__C5_osg_CopyOp_R1, "", ""); I_ProtectedMethod2(void, _resizeImplementation, IN, osgWidget::point_type, x, IN, osgWidget::point_type, x, Properties::VIRTUAL, Properties::NON_CONST, __void___resizeImplementation__point_type__point_type, "", ""); I_ProtectedMethod0(osgWidget::Window::Sizes, _getWidthImplementation, Properties::VIRTUAL, Properties::CONST, __Sizes___getWidthImplementation, "", ""); I_ProtectedMethod0(osgWidget::Window::Sizes, _getHeightImplementation, Properties::VIRTUAL, Properties::CONST, __Sizes___getHeightImplementation, "", "");END_REFLECTOR
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?