|
| Ref< SVGRenderStyle > | copy () const |
| |
| | ~SVGRenderStyle () |
| |
| bool | inheritedNotEqual (const SVGRenderStyle &) const |
| |
| void | inheritFrom (const SVGRenderStyle &) |
| |
| void | copyNonInheritedFrom (const SVGRenderStyle &) |
| |
| StyleDifference | diff (const SVGRenderStyle &) const |
| |
| bool | operator== (const SVGRenderStyle &) const |
| |
| bool | operator!= (const SVGRenderStyle &other) const |
| |
| void | setAlignmentBaseline (EAlignmentBaseline val) |
| |
| void | setDominantBaseline (EDominantBaseline val) |
| |
| void | setBaselineShift (EBaselineShift val) |
| |
| void | setVectorEffect (EVectorEffect val) |
| |
| void | setBufferedRendering (EBufferedRendering val) |
| |
| void | setClipRule (WindRule val) |
| |
| void | setColorInterpolation (EColorInterpolation val) |
| |
| void | setColorInterpolationFilters (EColorInterpolation val) |
| |
| void | setColorRendering (EColorRendering val) |
| |
| void | setFillRule (WindRule val) |
| |
| void | setShapeRendering (EShapeRendering val) |
| |
| void | setTextAnchor (ETextAnchor val) |
| |
| void | setGlyphOrientationHorizontal (EGlyphOrientation val) |
| |
| void | setGlyphOrientationVertical (EGlyphOrientation val) |
| |
| void | setMaskType (EMaskType val) |
| |
| void | setCx (const Length &) |
| |
| void | setCy (const Length &) |
| |
| void | setR (const Length &) |
| |
| void | setRx (const Length &) |
| |
| void | setRy (const Length &) |
| |
| void | setX (const Length &) |
| |
| void | setY (const Length &) |
| |
| void | setFillOpacity (float) |
| |
| void | setFillPaint (SVGPaintType, const Color &, const String &uri, bool applyToRegularStyle=true, bool applyToVisitedLinkStyle=false) |
| |
| void | setStrokeOpacity (float) |
| |
| void | setStrokePaint (SVGPaintType, const Color &, const String &uri, bool applyToRegularStyle=true, bool applyToVisitedLinkStyle=false) |
| |
| void | setStrokeDashArray (const Vector< SVGLengthValue > &) |
| |
| void | setStrokeMiterLimit (float) |
| |
| void | setStrokeDashOffset (const Length &) |
| |
| void | setKerning (const SVGLengthValue &) |
| |
| void | setStopOpacity (float) |
| |
| void | setStopColor (const Color &) |
| |
| void | setFloodOpacity (float) |
| |
| void | setFloodColor (const Color &) |
| |
| void | setLightingColor (const Color &) |
| |
| void | setBaselineShiftValue (const SVGLengthValue &) |
| |
| void | setShadow (std::unique_ptr< ShadowData > &&data) |
| |
| void | setClipperResource (const String &) |
| |
| void | setMaskerResource (const String &) |
| |
| void | setMarkerStartResource (const String &) |
| |
| void | setMarkerMidResource (const String &) |
| |
| void | setMarkerEndResource (const String &) |
| |
| EAlignmentBaseline | alignmentBaseline () const |
| |
| EDominantBaseline | dominantBaseline () const |
| |
| EBaselineShift | baselineShift () const |
| |
| EVectorEffect | vectorEffect () const |
| |
| EBufferedRendering | bufferedRendering () const |
| |
| WindRule | clipRule () const |
| |
| EColorInterpolation | colorInterpolation () const |
| |
| EColorInterpolation | colorInterpolationFilters () const |
| |
| EColorRendering | colorRendering () const |
| |
| WindRule | fillRule () const |
| |
| EShapeRendering | shapeRendering () const |
| |
| ETextAnchor | textAnchor () const |
| |
| EGlyphOrientation | glyphOrientationHorizontal () const |
| |
| EGlyphOrientation | glyphOrientationVertical () const |
| |
| float | fillOpacity () const |
| |
| const SVGPaintType & | fillPaintType () const |
| |
| const Color & | fillPaintColor () const |
| |
| const String & | fillPaintUri () const |
| |
| float | strokeOpacity () const |
| |
| const SVGPaintType & | strokePaintType () const |
| |
| const Color & | strokePaintColor () const |
| |
| const String & | strokePaintUri () const |
| |
| Vector< SVGLengthValue > | strokeDashArray () const |
| |
| float | strokeMiterLimit () const |
| |
| const Length & | strokeDashOffset () const |
| |
| SVGLengthValue | kerning () const |
| |
| float | stopOpacity () const |
| |
| const Color & | stopColor () const |
| |
| float | floodOpacity () const |
| |
| const Color & | floodColor () const |
| |
| const Color & | lightingColor () const |
| |
| SVGLengthValue | baselineShiftValue () const |
| |
| ShadowData * | shadow () const |
| |
| const Length & | cx () const |
| |
| const Length & | cy () const |
| |
| const Length & | r () const |
| |
| const Length & | rx () const |
| |
| const Length & | ry () const |
| |
| const Length & | x () const |
| |
| const Length & | y () const |
| |
| const String & | clipperResource () const |
| |
| const String & | maskerResource () const |
| |
| const String & | markerStartResource () const |
| |
| const String & | markerMidResource () const |
| |
| const String & | markerEndResource () const |
| |
| EMaskType | maskType () const |
| |
| const SVGPaintType & | visitedLinkFillPaintType () const |
| |
| const Color & | visitedLinkFillPaintColor () const |
| |
| const String & | visitedLinkFillPaintUri () const |
| |
| const SVGPaintType & | visitedLinkStrokePaintType () const |
| |
| const Color & | visitedLinkStrokePaintColor () const |
| |
| const String & | visitedLinkStrokePaintUri () const |
| |
| bool | hasClipper () const |
| |
| bool | hasMasker () const |
| |
| bool | hasMarkers () const |
| |
| bool | hasStroke () const |
| |
| bool | hasFill () const |
| |
| bool | isolatesBlending () const |
| |
| Ref< SVGRenderStyle > | copy () const |
| |
| | ~SVGRenderStyle () |
| |
| bool | inheritedNotEqual (const SVGRenderStyle &) const |
| |
| void | inheritFrom (const SVGRenderStyle &) |
| |
| void | copyNonInheritedFrom (const SVGRenderStyle &) |
| |
| StyleDifference | diff (const SVGRenderStyle &) const |
| |
| bool | operator== (const SVGRenderStyle &) const |
| |
| bool | operator!= (const SVGRenderStyle &other) const |
| |
| void | setAlignmentBaseline (EAlignmentBaseline val) |
| |
| void | setDominantBaseline (EDominantBaseline val) |
| |
| void | setBaselineShift (EBaselineShift val) |
| |
| void | setVectorEffect (EVectorEffect val) |
| |
| void | setBufferedRendering (EBufferedRendering val) |
| |
| void | setClipRule (WindRule val) |
| |
| void | setColorInterpolation (EColorInterpolation val) |
| |
| void | setColorInterpolationFilters (EColorInterpolation val) |
| |
| void | setColorRendering (EColorRendering val) |
| |
| void | setFillRule (WindRule val) |
| |
| void | setShapeRendering (EShapeRendering val) |
| |
| void | setTextAnchor (ETextAnchor val) |
| |
| void | setGlyphOrientationHorizontal (EGlyphOrientation val) |
| |
| void | setGlyphOrientationVertical (EGlyphOrientation val) |
| |
| void | setMaskType (EMaskType val) |
| |
| void | setCx (const Length &) |
| |
| void | setCy (const Length &) |
| |
| void | setR (const Length &) |
| |
| void | setRx (const Length &) |
| |
| void | setRy (const Length &) |
| |
| void | setX (const Length &) |
| |
| void | setY (const Length &) |
| |
| void | setFillOpacity (float) |
| |
| void | setFillPaint (SVGPaintType, const Color &, const String &uri, bool applyToRegularStyle=true, bool applyToVisitedLinkStyle=false) |
| |
| void | setStrokeOpacity (float) |
| |
| void | setStrokePaint (SVGPaintType, const Color &, const String &uri, bool applyToRegularStyle=true, bool applyToVisitedLinkStyle=false) |
| |
| void | setStrokeDashArray (const Vector< SVGLengthValue > &) |
| |
| void | setStrokeMiterLimit (float) |
| |
| void | setStrokeDashOffset (const Length &) |
| |
| void | setKerning (const SVGLengthValue &) |
| |
| void | setStopOpacity (float) |
| |
| void | setStopColor (const Color &) |
| |
| void | setFloodOpacity (float) |
| |
| void | setFloodColor (const Color &) |
| |
| void | setLightingColor (const Color &) |
| |
| void | setBaselineShiftValue (const SVGLengthValue &) |
| |
| void | setShadow (std::unique_ptr< ShadowData > &&data) |
| |
| void | setClipperResource (const String &) |
| |
| void | setMaskerResource (const String &) |
| |
| void | setMarkerStartResource (const String &) |
| |
| void | setMarkerMidResource (const String &) |
| |
| void | setMarkerEndResource (const String &) |
| |
| EAlignmentBaseline | alignmentBaseline () const |
| |
| EDominantBaseline | dominantBaseline () const |
| |
| EBaselineShift | baselineShift () const |
| |
| EVectorEffect | vectorEffect () const |
| |
| EBufferedRendering | bufferedRendering () const |
| |
| WindRule | clipRule () const |
| |
| EColorInterpolation | colorInterpolation () const |
| |
| EColorInterpolation | colorInterpolationFilters () const |
| |
| EColorRendering | colorRendering () const |
| |
| WindRule | fillRule () const |
| |
| EShapeRendering | shapeRendering () const |
| |
| ETextAnchor | textAnchor () const |
| |
| EGlyphOrientation | glyphOrientationHorizontal () const |
| |
| EGlyphOrientation | glyphOrientationVertical () const |
| |
| float | fillOpacity () const |
| |
| const SVGPaintType & | fillPaintType () const |
| |
| const Color & | fillPaintColor () const |
| |
| const String & | fillPaintUri () const |
| |
| float | strokeOpacity () const |
| |
| const SVGPaintType & | strokePaintType () const |
| |
| const Color & | strokePaintColor () const |
| |
| const String & | strokePaintUri () const |
| |
| Vector< SVGLengthValue > | strokeDashArray () const |
| |
| float | strokeMiterLimit () const |
| |
| const Length & | strokeDashOffset () const |
| |
| SVGLengthValue | kerning () const |
| |
| float | stopOpacity () const |
| |
| const Color & | stopColor () const |
| |
| float | floodOpacity () const |
| |
| const Color & | floodColor () const |
| |
| const Color & | lightingColor () const |
| |
| SVGLengthValue | baselineShiftValue () const |
| |
| ShadowData * | shadow () const |
| |
| const Length & | cx () const |
| |
| const Length & | cy () const |
| |
| const Length & | r () const |
| |
| const Length & | rx () const |
| |
| const Length & | ry () const |
| |
| const Length & | x () const |
| |
| const Length & | y () const |
| |
| const String & | clipperResource () const |
| |
| const String & | maskerResource () const |
| |
| const String & | markerStartResource () const |
| |
| const String & | markerMidResource () const |
| |
| const String & | markerEndResource () const |
| |
| EMaskType | maskType () const |
| |
| const SVGPaintType & | visitedLinkFillPaintType () const |
| |
| const Color & | visitedLinkFillPaintColor () const |
| |
| const String & | visitedLinkFillPaintUri () const |
| |
| const SVGPaintType & | visitedLinkStrokePaintType () const |
| |
| const Color & | visitedLinkStrokePaintColor () const |
| |
| const String & | visitedLinkStrokePaintUri () const |
| |
| bool | hasClipper () const |
| |
| bool | hasMasker () const |
| |
| bool | hasMarkers () const |
| |
| bool | hasStroke () const |
| |
| bool | hasFill () const |
| |
| bool | isolatesBlending () const |
| |
| void | deref () const |
| |
| void | deref () const |
| |
| void | deref () const |
| |
| void | ref () const |
| |
| bool | hasOneRef () const |
| |
| unsigned | refCount () const |
| |
| void | relaxAdoptionRequirement () |
| |
| void | ref () const |
| |
| bool | hasOneRef () const |
| |
| unsigned | refCount () const |
| |
| void | relaxAdoptionRequirement () |
| |
| void | ref () const |
| |
| bool | hasOneRef () const |
| |
| unsigned | refCount () const |
| |
| void | relaxAdoptionRequirement () |
| |