LibreOffice Module filter (master) 1
Public Member Functions | Public Attributes | List of all members
SVGShapeDescriptor Struct Reference

#include <svgwriter.hxx>

Collaboration diagram for SVGShapeDescriptor:
[legend]

Public Member Functions

 SVGShapeDescriptor ()
 

Public Attributes

tools::PolyPolygon maShapePolyPoly
 
Color maShapeFillColor
 
Color maShapeLineColor
 
sal_Int32 mnStrokeWidth
 
SvtGraphicStroke::DashArray maDashArray
 
::std::optional< GradientmoShapeGradient
 
OUString maId
 
basegfx::B2DLineJoin maLineJoin
 
css::drawing::LineCap maLineCap
 

Detailed Description

Definition at line 161 of file svgwriter.hxx.

Constructor & Destructor Documentation

◆ SVGShapeDescriptor()

SVGShapeDescriptor::SVGShapeDescriptor ( )
inline

Definition at line 174 of file svgwriter.hxx.

References COL_TRANSPARENT(), and Miter.

Member Data Documentation

◆ maDashArray

SvtGraphicStroke::DashArray SVGShapeDescriptor::maDashArray

Definition at line 167 of file svgwriter.hxx.

Referenced by SVGActionWriter::ImplWriteShape().

◆ maId

OUString SVGShapeDescriptor::maId

Definition at line 169 of file svgwriter.hxx.

Referenced by SVGActionWriter::ImplWriteShape().

◆ maLineCap

css::drawing::LineCap SVGShapeDescriptor::maLineCap

Definition at line 171 of file svgwriter.hxx.

Referenced by SVGActionWriter::ImplWriteShape().

◆ maLineJoin

basegfx::B2DLineJoin SVGShapeDescriptor::maLineJoin

Definition at line 170 of file svgwriter.hxx.

Referenced by SVGActionWriter::ImplWriteShape().

◆ maShapeFillColor

Color SVGShapeDescriptor::maShapeFillColor

Definition at line 164 of file svgwriter.hxx.

Referenced by SVGActionWriter::ImplWriteShape().

◆ maShapeLineColor

Color SVGShapeDescriptor::maShapeLineColor

Definition at line 165 of file svgwriter.hxx.

Referenced by SVGActionWriter::ImplWriteShape().

◆ maShapePolyPoly

tools::PolyPolygon SVGShapeDescriptor::maShapePolyPoly

Definition at line 163 of file svgwriter.hxx.

Referenced by SVGActionWriter::ImplWriteShape().

◆ mnStrokeWidth

sal_Int32 SVGShapeDescriptor::mnStrokeWidth

Definition at line 166 of file svgwriter.hxx.

Referenced by SVGActionWriter::ImplWriteShape().

◆ moShapeGradient

::std::optional< Gradient > SVGShapeDescriptor::moShapeGradient

Definition at line 168 of file svgwriter.hxx.

Referenced by SVGActionWriter::ImplWriteShape().


The documentation for this struct was generated from the following file: