widget.cpp
来自「最新osg包」· C++ 代码 · 共 979 行 · 第 1/3 页
CPP
979 行
I_Method2(osgWidget::Color, getImageColorAtPointerXY, IN, double, x, IN, double, y, Properties::NON_VIRTUAL, __Color__getImageColorAtPointerXY__double__double, "", ""); I_Method0(osgWidget::Point, getPosition, Properties::NON_VIRTUAL, __Point__getPosition, "", ""); I_Method0(osgWidget::XYCoord, getSize, Properties::NON_VIRTUAL, __XYCoord__getSize, "", ""); I_Method0(osgWidget::Quad, getDimensions, Properties::NON_VIRTUAL, __Quad__getDimensions, "", ""); I_Method0(osgWidget::point_type, getPadLeft, Properties::NON_VIRTUAL, __point_type__getPadLeft, "", ""); I_Method0(osgWidget::point_type, getPadRight, Properties::NON_VIRTUAL, __point_type__getPadRight, "", ""); I_Method0(osgWidget::point_type, getPadTop, Properties::NON_VIRTUAL, __point_type__getPadTop, "", ""); I_Method0(osgWidget::point_type, getPadBottom, Properties::NON_VIRTUAL, __point_type__getPadBottom, "", ""); I_Method0(osgWidget::Widget::HorizontalAlignment, getAlignHorizontal, Properties::NON_VIRTUAL, __HorizontalAlignment__getAlignHorizontal, "", ""); I_Method0(osgWidget::Widget::VerticalAlignment, getAlignVertical, Properties::NON_VIRTUAL, __VerticalAlignment__getAlignVertical, "", ""); I_Method0(osgWidget::Widget::CoordinateMode, getCoordinateMode, Properties::NON_VIRTUAL, __CoordinateMode__getCoordinateMode, "", ""); I_Method0(bool, canFill, Properties::NON_VIRTUAL, __bool__canFill, "", ""); I_Method0(bool, canClone, Properties::NON_VIRTUAL, __bool__canClone, "", ""); I_Method0(osgWidget::point_type, getFillAsNumeric, Properties::NON_VIRTUAL, __point_type__getFillAsNumeric, "", ""); I_Method0(osgWidget::point_type, getWidthTotal, Properties::NON_VIRTUAL, __point_type__getWidthTotal, "", ""); I_Method0(osgWidget::point_type, getHeightTotal, Properties::NON_VIRTUAL, __point_type__getHeightTotal, "", ""); I_Method0(osgWidget::point_type, getMinWidth, Properties::NON_VIRTUAL, __point_type__getMinWidth, "", ""); I_Method0(osgWidget::point_type, getMinHeight, Properties::NON_VIRTUAL, __point_type__getMinHeight, "", ""); I_Method0(osgWidget::point_type, getMinWidthTotal, Properties::NON_VIRTUAL, __point_type__getMinWidthTotal, "", ""); I_Method0(osgWidget::point_type, getMinHeightTotal, Properties::NON_VIRTUAL, __point_type__getMinHeightTotal, "", ""); I_Method0(unsigned int, getLayer, Properties::NON_VIRTUAL, __unsigned_int__getLayer, "", ""); I_ProtectedMethod1(osgWidget::point_type, _calculateZ, IN, unsigned, int, Properties::NON_VIRTUAL, Properties::CONST, __point_type___calculateZ__unsigned, "", ""); I_ProtectedMethod0(osgWidget::PointArray *, _verts, Properties::NON_VIRTUAL, Properties::NON_CONST, __PointArray_P1___verts, "", ""); I_ProtectedMethod0(const osgWidget::PointArray *, _verts, Properties::NON_VIRTUAL, Properties::CONST, __C5_PointArray_P1___verts, "", ""); I_ProtectedMethod0(osgWidget::ColorArray *, _cols, Properties::NON_VIRTUAL, Properties::NON_CONST, __ColorArray_P1___cols, "", ""); I_ProtectedMethod0(const osgWidget::ColorArray *, _cols, Properties::NON_VIRTUAL, Properties::CONST, __C5_ColorArray_P1___cols, "", ""); I_ProtectedMethod0(osgWidget::TexCoordArray *, _texs, Properties::NON_VIRTUAL, Properties::NON_CONST, __TexCoordArray_P1___texs, "", ""); I_ProtectedMethod0(const osgWidget::TexCoordArray *, _texs, Properties::NON_VIRTUAL, Properties::CONST, __C5_TexCoordArray_P1___texs, "", ""); I_ProtectedMethod0(osg::Texture2D *, _texture, Properties::NON_VIRTUAL, Properties::NON_CONST, __osg_Texture2D_P1___texture, "", ""); I_ProtectedMethod0(const osg::Texture2D *, _texture, Properties::NON_VIRTUAL, Properties::CONST, __C5_osg_Texture2D_P1___texture, "", ""); I_ProtectedMethod0(osg::Image *, _image, Properties::NON_VIRTUAL, Properties::NON_CONST, __osg_Image_P1___image, "", ""); I_ProtectedMethod0(const osg::Image *, _image, Properties::NON_VIRTUAL, Properties::CONST, __C5_osg_Image_P1___image, "", ""); I_ProtectedMethod0(osgWidget::WindowManager *, _getWindowManager, Properties::NON_VIRTUAL, Properties::CONST, __WindowManager_P1___getWindowManager, "", ""); I_ProtectedMethod0(osg::Image *, _getImage, Properties::NON_VIRTUAL, Properties::CONST, __osg_Image_P1___getImage, "", ""); I_SimpleProperty(osgWidget::Widget::HorizontalAlignment, AlignHorizontal, __HorizontalAlignment__getAlignHorizontal, __void__setAlignHorizontal__HorizontalAlignment); I_SimpleProperty(osgWidget::Widget::VerticalAlignment, AlignVertical, __VerticalAlignment__getAlignVertical, __void__setAlignVertical__VerticalAlignment); I_SimpleProperty(bool, CanClone, 0, __void__setCanClone__bool); I_SimpleProperty(bool, CanFill, 0, __void__setCanFill__bool); I_SimpleProperty(osgWidget::Widget::CoordinateMode, CoordinateMode, __CoordinateMode__getCoordinateMode, __void__setCoordinateMode__CoordinateMode); I_SimpleProperty(osgWidget::Quad, Dimensions, __Quad__getDimensions, 0); I_SimpleProperty(osgWidget::point_type, FillAsNumeric, __point_type__getFillAsNumeric, 0); I_SimpleProperty(osgWidget::point_type, Height, __point_type__getHeight, __void__setHeight__point_type); I_SimpleProperty(osgWidget::point_type, HeightTotal, __point_type__getHeightTotal, 0); I_SimpleProperty(unsigned int, Index, __unsigned_int__getIndex, 0); I_SimpleProperty(unsigned int, Layer, __unsigned_int__getLayer, 0); I_SimpleProperty(osgWidget::point_type, MinHeight, __point_type__getMinHeight, 0); I_SimpleProperty(osgWidget::point_type, MinHeightTotal, __point_type__getMinHeightTotal, 0); I_SimpleProperty(osgWidget::point_type, MinWidth, __point_type__getMinWidth, 0); I_SimpleProperty(osgWidget::point_type, MinWidthTotal, __point_type__getMinWidthTotal, 0); I_SimpleProperty(const osgWidget::XYCoord &, MinimumSize, 0, __void__setMinimumSize__C5_XYCoord_R1); I_SimpleProperty(osgWidget::XYCoord, Origin, __XYCoord__getOrigin, __void__setOrigin__C5_XYCoord_R1); I_SimpleProperty(osgWidget::point_type, PadBottom, __point_type__getPadBottom, __void__setPadBottom__point_type); I_SimpleProperty(osgWidget::point_type, PadHorizontal, __point_type__getPadHorizontal, 0); I_SimpleProperty(osgWidget::point_type, PadLeft, __point_type__getPadLeft, __void__setPadLeft__point_type); I_SimpleProperty(osgWidget::point_type, PadRight, __point_type__getPadRight, __void__setPadRight__point_type); I_SimpleProperty(osgWidget::point_type, PadTop, __point_type__getPadTop, __void__setPadTop__point_type); I_SimpleProperty(osgWidget::point_type, PadVertical, __point_type__getPadVertical, 0); I_SimpleProperty(osgWidget::point_type, Padding, 0, __void__setPadding__point_type); I_SimpleProperty(osgWidget::Window *, Parent, __Window_P1__getParent, 0); I_SimpleProperty(osgWidget::Point, Position, __Point__getPosition, 0); I_SimpleProperty(osgWidget::XYCoord, Size, __XYCoord__getSize, __void__setSize__C5_XYCoord_R1); I_SimpleProperty(osgWidget::point_type, Width, __point_type__getWidth, __void__setWidth__point_type); I_SimpleProperty(osgWidget::point_type, WidthTotal, __point_type__getWidthTotal, 0); I_SimpleProperty(osgWidget::WindowManager *, WindowManager, __WindowManager_P1__getWindowManager, 0); I_SimpleProperty(osgWidget::point_type, X, __point_type__getX, __void__setX__point_type); I_SimpleProperty(osgWidget::point_type, Y, __point_type__getY, __void__setY__point_type); I_SimpleProperty(osgWidget::point_type, Z, __point_type__getZ, __void__setZ__point_type);END_REFLECTORTYPE_NAME_ALIAS(std::list< osg::observer_ptr< osgWidget::Widget > >, osgWidget::WidgetList)BEGIN_OBJECT_REFLECTOR(osg::observer_ptr< osgWidget::Widget >) I_DeclaringFile("osg/observer_ptr"); I_BaseType(osg::Observer); I_Constructor0(____observer_ptr, "", ""); I_Constructor1(IN, osgWidget::Widget *, t, Properties::NON_EXPLICIT, ____observer_ptr__T_P1, "", ""); I_Constructor1(IN, const osg::observer_ptr< osgWidget::Widget > &, rp, Properties::NON_EXPLICIT, ____observer_ptr__C5_observer_ptr_R1, "", ""); I_Method1(void, objectDeleted, IN, void *, x, Properties::VIRTUAL, __void__objectDeleted__void_P1, "", ""); I_Method0(osgWidget::Widget *, get, Properties::NON_VIRTUAL, __T_P1__get, "", ""); I_Method0(bool, valid, Properties::NON_VIRTUAL, __bool__valid, "", ""); I_SimpleProperty(osgWidget::Widget *, , __T_P1__get, 0);END_REFLECTORSTD_LIST_REFLECTOR(std::list< osg::observer_ptr< osgWidget::Widget > >)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?