LibreOffice Module basegfx (master) 1
Public Member Functions | Public Attributes | List of all members
gfx::DrawPath Class Reference

#include <DrawCommands.hxx>

Inheritance diagram for gfx::DrawPath:
[legend]
Collaboration diagram for gfx::DrawPath:
[legend]

Public Member Functions

 DrawPath (basegfx::B2DPolyPolygon aPolyPolygon)
 
- Public Member Functions inherited from gfx::DrawBase
 DrawBase (DrawCommandType eType)
 
DrawCommandType getType () const
 

Public Attributes

basegfx::B2DPolyPolygon maPolyPolygon
 
double mnStrokeWidth
 
double mnOpacity
 
std::shared_ptr< basegfx::BColormpFillColor
 
std::shared_ptr< basegfx::BColormpStrokeColor
 
std::shared_ptr< GradientInfompFillGradient
 
- Public Attributes inherited from gfx::DrawCommand
std::vector< std::shared_ptr< DrawBase > > maChildren
 

Detailed Description

Definition at line 134 of file DrawCommands.hxx.

Constructor & Destructor Documentation

◆ DrawPath()

gfx::DrawPath::DrawPath ( basegfx::B2DPolyPolygon  aPolyPolygon)
inline

Definition at line 145 of file DrawCommands.hxx.

References Path.

Member Data Documentation

◆ maPolyPolygon

basegfx::B2DPolyPolygon gfx::DrawPath::maPolyPolygon

Definition at line 137 of file DrawCommands.hxx.

◆ mnOpacity

double gfx::DrawPath::mnOpacity

Definition at line 140 of file DrawCommands.hxx.

◆ mnStrokeWidth

double gfx::DrawPath::mnStrokeWidth

Definition at line 139 of file DrawCommands.hxx.

◆ mpFillColor

std::shared_ptr<basegfx::BColor> gfx::DrawPath::mpFillColor

Definition at line 141 of file DrawCommands.hxx.

◆ mpFillGradient

std::shared_ptr<GradientInfo> gfx::DrawPath::mpFillGradient

Definition at line 143 of file DrawCommands.hxx.

◆ mpStrokeColor

std::shared_ptr<basegfx::BColor> gfx::DrawPath::mpStrokeColor

Definition at line 142 of file DrawCommands.hxx.


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