canvas.cpp
来自「最新osg包」· C++ 代码 · 共 77 行
CPP
77 行
// ***************************************************************************//// 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/Canvas>#include <osgWidget/Types>#include <osgWidget/Widget>// Must undefine IN and OUT macros defined in Windows headers#ifdef IN#undef IN#endif#ifdef OUT#undef OUT#endifBEGIN_OBJECT_REFLECTOR(osgWidget::Canvas) I_DeclaringFile("osgWidget/Canvas"); 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_ConstructorWithDefaults1(IN, const std::string &, x, "", Properties::NON_EXPLICIT, ____Canvas__C5_std_string_R1, "", ""); I_Constructor2(IN, const osgWidget::Canvas &, x, IN, const osg::CopyOp &, x, ____Canvas__C5_Canvas_R1__C5_osg_CopyOp_R1, "", ""); I_Method3(bool, addWidget, IN, osgWidget::Widget *, x, IN, osgWidget::point_type, x, IN, osgWidget::point_type, x, Properties::VIRTUAL, __bool__addWidget__Widget_P1__point_type__point_type, "", ""); 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, "", "");END_REFLECTOR
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?