|
LibreOffice Module basegfx (master) 1
|
#include <DrawCommands.hxx>
Public Member Functions | |
| DrawRectangle (basegfx::B2DRange const &rRectangle) | |
Public Member Functions inherited from gfx::DrawBase | |
| DrawBase (DrawCommandType eType) | |
| DrawCommandType | getType () const |
Public Attributes | |
| basegfx::B2DRange | maRectangle |
| double | mnRx |
| double | mnRy |
| 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 110 of file DrawCommands.hxx.
|
inline |
Definition at line 123 of file DrawCommands.hxx.
References Rectangle.
| basegfx::B2DRange gfx::DrawRectangle::maRectangle |
Definition at line 113 of file DrawCommands.hxx.
| double gfx::DrawRectangle::mnOpacity |
Definition at line 118 of file DrawCommands.hxx.
| double gfx::DrawRectangle::mnRx |
Definition at line 114 of file DrawCommands.hxx.
| double gfx::DrawRectangle::mnRy |
Definition at line 115 of file DrawCommands.hxx.
| double gfx::DrawRectangle::mnStrokeWidth |
Definition at line 117 of file DrawCommands.hxx.
| std::shared_ptr<basegfx::BColor> gfx::DrawRectangle::mpFillColor |
Definition at line 119 of file DrawCommands.hxx.
| std::shared_ptr<GradientInfo> gfx::DrawRectangle::mpFillGradient |
Definition at line 121 of file DrawCommands.hxx.
| std::shared_ptr<basegfx::BColor> gfx::DrawRectangle::mpStrokeColor |
Definition at line 120 of file DrawCommands.hxx.