LibreOffice Module basegfx (master) 1
|
#include <DrawCommands.hxx>
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::BColor > | mpFillColor |
std::shared_ptr< basegfx::BColor > | mpStrokeColor |
std::shared_ptr< GradientInfo > | mpFillGradient |
Public Attributes inherited from gfx::DrawCommand | |
std::vector< std::shared_ptr< DrawBase > > | maChildren |
Definition at line 134 of file DrawCommands.hxx.
|
inline |
Definition at line 145 of file DrawCommands.hxx.
References Path.
basegfx::B2DPolyPolygon gfx::DrawPath::maPolyPolygon |
Definition at line 137 of file DrawCommands.hxx.
double gfx::DrawPath::mnOpacity |
Definition at line 140 of file DrawCommands.hxx.
double gfx::DrawPath::mnStrokeWidth |
Definition at line 139 of file DrawCommands.hxx.
std::shared_ptr<basegfx::BColor> gfx::DrawPath::mpFillColor |
Definition at line 141 of file DrawCommands.hxx.
std::shared_ptr<GradientInfo> gfx::DrawPath::mpFillGradient |
Definition at line 143 of file DrawCommands.hxx.
std::shared_ptr<basegfx::BColor> gfx::DrawPath::mpStrokeColor |
Definition at line 142 of file DrawCommands.hxx.