📄 text.cpp
字号:
""); I_ProtectedMethod0(void, computeBackdropBoundingBox, Properties::NON_VIRTUAL, Properties::CONST, __void__computeBackdropBoundingBox, "", ""); I_ProtectedMethod0(void, computeColorGradients, Properties::NON_VIRTUAL, Properties::CONST, __void__computeColorGradients, "", ""); I_ProtectedMethod0(void, computeColorGradientsOverall, Properties::NON_VIRTUAL, Properties::CONST, __void__computeColorGradientsOverall, "", ""); I_ProtectedMethod0(void, computeColorGradientsPerCharacter, Properties::NON_VIRTUAL, Properties::CONST, __void__computeColorGradientsPerCharacter, "", ""); I_ProtectedMethod2(void, drawImplementation, IN, osg::State &, state, IN, const osg::Vec4 &, colorMultiplier, Properties::NON_VIRTUAL, Properties::CONST, __void__drawImplementation__osg_State_R1__C5_osg_Vec4_R1, "", ""); I_ProtectedMethod3(void, drawForegroundText, IN, osg::State &, state, IN, const osgText::Text::GlyphQuads &, glyphquad, IN, const osg::Vec4 &, colorMultiplier, Properties::NON_VIRTUAL, Properties::CONST, __void__drawForegroundText__osg_State_R1__C5_GlyphQuads_R1__C5_osg_Vec4_R1, "", ""); I_ProtectedMethod2(void, renderOnlyForegroundText, IN, osg::State &, state, IN, const osg::Vec4 &, colorMultiplier, Properties::NON_VIRTUAL, Properties::CONST, __void__renderOnlyForegroundText__osg_State_R1__C5_osg_Vec4_R1, "", ""); I_ProtectedMethod2(void, renderWithPolygonOffset, IN, osg::State &, state, IN, const osg::Vec4 &, colorMultiplier, Properties::NON_VIRTUAL, Properties::CONST, __void__renderWithPolygonOffset__osg_State_R1__C5_osg_Vec4_R1, "", ""); I_ProtectedMethod2(void, renderWithNoDepthBuffer, IN, osg::State &, state, IN, const osg::Vec4 &, colorMultiplier, Properties::NON_VIRTUAL, Properties::CONST, __void__renderWithNoDepthBuffer__osg_State_R1__C5_osg_Vec4_R1, "", ""); I_ProtectedMethod2(void, renderWithDepthRange, IN, osg::State &, state, IN, const osg::Vec4 &, colorMultiplier, Properties::NON_VIRTUAL, Properties::CONST, __void__renderWithDepthRange__osg_State_R1__C5_osg_Vec4_R1, "", ""); I_ProtectedMethod2(void, renderWithStencilBuffer, IN, osg::State &, state, IN, const osg::Vec4 &, colorMultiplier, Properties::NON_VIRTUAL, Properties::CONST, __void__renderWithStencilBuffer__osg_State_R1__C5_osg_Vec4_R1, "", ""); I_ProtectedMethod10(float, bilinearInterpolate, IN, float, x1, IN, float, x2, IN, float, y1, IN, float, y2, IN, float, x, IN, float, y, IN, float, q11, IN, float, q12, IN, float, q21, IN, float, q22, Properties::NON_VIRTUAL, Properties::CONST, __float__bilinearInterpolate__float__float__float__float__float__float__float__float__float__float, "", ""); I_ProtectedMethod2(void, convertHsvToRgb, IN, float, hsv, IN, float, rgb, Properties::NON_VIRTUAL, Properties::CONST, __void__convertHsvToRgb__float__float, "", ""); I_ProtectedMethod2(void, convertRgbToHsv, IN, float, rgb, IN, float, hsv, Properties::NON_VIRTUAL, Properties::CONST, __void__convertRgbToHsv__float__float, "", ""); I_SimpleProperty(const osg::Vec4 &, BackdropColor, __C5_osg_Vec4_R1__getBackdropColor, __void__setBackdropColor__C5_osg_Vec4_R1); I_SimpleProperty(float, BackdropHorizontalOffset, __float__getBackdropHorizontalOffset, 0); I_SimpleProperty(osgText::Text::BackdropImplementation, BackdropImplementation, __BackdropImplementation__getBackdropImplementation, __void__setBackdropImplementation__BackdropImplementation); I_SimpleProperty(float, BackdropOffset, 0, __void__setBackdropOffset__float); I_SimpleProperty(osgText::Text::BackdropType, BackdropType, __BackdropType__getBackdropType, __void__setBackdropType__BackdropType); I_SimpleProperty(float, BackdropVerticalOffset, __float__getBackdropVerticalOffset, 0); I_SimpleProperty(const osg::Vec4 &, Color, __C5_osg_Vec4_R1__getColor, __void__setColor__C5_osg_Vec4_R1); I_SimpleProperty(const osg::Vec4 &, ColorGradientBottomLeft, __C5_osg_Vec4_R1__getColorGradientBottomLeft, 0); I_SimpleProperty(const osg::Vec4 &, ColorGradientBottomRight, __C5_osg_Vec4_R1__getColorGradientBottomRight, 0); I_SimpleProperty(osgText::Text::ColorGradientMode, ColorGradientMode, __ColorGradientMode__getColorGradientMode, __void__setColorGradientMode__ColorGradientMode); I_SimpleProperty(const osg::Vec4 &, ColorGradientTopLeft, __C5_osg_Vec4_R1__getColorGradientTopLeft, 0); I_SimpleProperty(const osg::Vec4 &, ColorGradientTopRight, __C5_osg_Vec4_R1__getColorGradientTopRight, 0); I_SimpleProperty(osg::ref_ptr< osgText::Font >, Font, 0, __void__setFont__osg_ref_ptrT1_Font_); I_SimpleProperty(const osgText::Text::TextureGlyphQuadMap &, TextureGlyphQuadMap, __C5_TextureGlyphQuadMap_R1__getTextureGlyphQuadMap, 0); I_SimpleProperty(bool, ThreadSafeRefUnref, 0, __void__setThreadSafeRefUnref__bool);END_REFLECTORTYPE_NAME_ALIAS(std::vector< osgText::Font::Glyph * >, osgText::Text::GlyphQuads::Glyphs)TYPE_NAME_ALIAS(std::vector< unsigned int >, osgText::Text::GlyphQuads::LineNumbers)TYPE_NAME_ALIAS(std::vector< osg::Vec2 >, osgText::Text::GlyphQuads::Coords2)TYPE_NAME_ALIAS(std::vector< osg::Vec3 >, osgText::Text::GlyphQuads::Coords3)TYPE_NAME_ALIAS(std::vector< osg::Vec2 >, osgText::Text::GlyphQuads::TexCoords)TYPE_NAME_ALIAS(std::vector< osg::Vec4 >, osgText::Text::GlyphQuads::ColorCoords)BEGIN_VALUE_REFLECTOR(osgText::Text::GlyphQuads) I_DeclaringFile("osgText/Text"); I_Constructor0(____GlyphQuads, "", ""); I_Method0(osgText::Text::GlyphQuads::Glyphs, getGlyphs, Properties::NON_VIRTUAL, __Glyphs__getGlyphs, "", ""); I_Method0(const osgText::Text::GlyphQuads::Glyphs, getGlyphs, Properties::NON_VIRTUAL, __C5_Glyphs__getGlyphs, "", ""); I_Method0(osgText::Text::GlyphQuads::Coords2 &, getCoords, Properties::NON_VIRTUAL, __Coords2_R1__getCoords, "", ""); I_Method0(const osgText::Text::GlyphQuads::Coords2 &, getCoords, Properties::NON_VIRTUAL, __C5_Coords2_R1__getCoords, "", ""); I_Method1(osgText::Text::GlyphQuads::Coords3 &, getTransformedCoords, IN, unsigned int, contexID, Properties::NON_VIRTUAL, __Coords3_R1__getTransformedCoords__unsigned_int, "", ""); I_Method1(const osgText::Text::GlyphQuads::Coords3 &, getTransformedCoords, IN, unsigned int, contexID, Properties::NON_VIRTUAL, __C5_Coords3_R1__getTransformedCoords__unsigned_int, "", ""); I_Method0(osgText::Text::GlyphQuads::TexCoords &, getTexCoords, Properties::NON_VIRTUAL, __TexCoords_R1__getTexCoords, "", ""); I_Method0(const osgText::Text::GlyphQuads::TexCoords &, getTexCoords, Properties::NON_VIRTUAL, __C5_TexCoords_R1__getTexCoords, "", ""); I_Method0(osgText::Text::GlyphQuads::LineNumbers &, getLineNumbers, Properties::NON_VIRTUAL, __LineNumbers_R1__getLineNumbers, "", ""); I_Method0(const osgText::Text::GlyphQuads::LineNumbers &, getLineNumbers, Properties::NON_VIRTUAL, __C5_LineNumbers_R1__getLineNumbers, "", ""); I_SimpleProperty(osgText::Text::GlyphQuads::Coords2 &, Coords, __Coords2_R1__getCoords, 0); I_SimpleProperty(osgText::Text::GlyphQuads::Glyphs, Glyphs, __Glyphs__getGlyphs, 0); I_SimpleProperty(osgText::Text::GlyphQuads::LineNumbers &, LineNumbers, __LineNumbers_R1__getLineNumbers, 0); I_SimpleProperty(osgText::Text::GlyphQuads::TexCoords &, TexCoords, __TexCoords_R1__getTexCoords, 0); I_PublicMemberProperty(osgText::Text::GlyphQuads::Glyphs, _glyphs); I_PublicMemberProperty(osgText::Text::GlyphQuads::Coords2, _coords); I_PublicMemberProperty(osg::buffered_object< osgText::Text::GlyphQuads::Coords3 >, _transformedCoords); I_PublicMemberProperty(osgText::Text::GlyphQuads::TexCoords, _texcoords); I_PublicMemberProperty(osgText::Text::GlyphQuads::LineNumbers, _lineNumbers); I_PublicMemberProperty(osgText::Text::GlyphQuads::ColorCoords, _colorCoords);END_REFLECTORBEGIN_VALUE_REFLECTOR(osg::ref_ptr< osgText::Font >) I_DeclaringFile("osg/ref_ptr"); I_Constructor0(____ref_ptr, "", ""); I_Constructor1(IN, osgText::Font *, ptr, Properties::NON_EXPLICIT, ____ref_ptr__T_P1, "", ""); I_Constructor1(IN, const osg::ref_ptr< osgText::Font > &, rp, Properties::NON_EXPLICIT, ____ref_ptr__C5_ref_ptr_R1, "", ""); I_Method0(osgText::Font *, get, Properties::NON_VIRTUAL, __T_P1__get, "", ""); I_Method0(bool, valid, Properties::NON_VIRTUAL, __bool__valid, "", ""); I_Method0(osgText::Font *, release, Properties::NON_VIRTUAL, __T_P1__release, "", ""); I_Method1(void, swap, IN, osg::ref_ptr< osgText::Font > &, rp, Properties::NON_VIRTUAL, __void__swap__ref_ptr_R1, "", ""); I_SimpleProperty(osgText::Font *, , __T_P1__get, 0);END_REFLECTORBEGIN_VALUE_REFLECTOR(osg::ref_ptr< osgText::Font::GlyphTexture >) I_DeclaringFile("osg/ref_ptr"); I_Constructor0(____ref_ptr, "", ""); I_Constructor1(IN, osgText::Font::GlyphTexture *, ptr, Properties::NON_EXPLICIT, ____ref_ptr__T_P1, "", ""); I_Constructor1(IN, const osg::ref_ptr< osgText::Font::GlyphTexture > &, rp, Properties::NON_EXPLICIT, ____ref_ptr__C5_ref_ptr_R1, "", ""); I_Method0(osgText::Font::GlyphTexture *, get, Properties::NON_VIRTUAL, __T_P1__get, "", ""); I_Method0(bool, valid, Properties::NON_VIRTUAL, __bool__valid, "", ""); I_Method0(osgText::Font::GlyphTexture *, release, Properties::NON_VIRTUAL, __T_P1__release, "", ""); I_Method1(void, swap, IN, osg::ref_ptr< osgText::Font::GlyphTexture > &, rp, Properties::NON_VIRTUAL, __void__swap__ref_ptr_R1, "", ""); I_SimpleProperty(osgText::Font::GlyphTexture *, , __T_P1__get, 0);END_REFLECTORSTD_MAP_REFLECTOR(std::map< osg::ref_ptr< osgText::Font::GlyphTexture > COMMA osgText::Text::GlyphQuads >)STD_VECTOR_REFLECTOR(std::vector< osg::Vec2 >)STD_VECTOR_REFLECTOR(std::vector< osgText::Font::Glyph * >)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -