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

#include <DrawCommands.hxx>

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

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::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 110 of file DrawCommands.hxx.

Constructor & Destructor Documentation

◆ DrawRectangle()

gfx::DrawRectangle::DrawRectangle ( basegfx::B2DRange const &  rRectangle)
inline

Definition at line 123 of file DrawCommands.hxx.

References Rectangle.

Member Data Documentation

◆ maRectangle

basegfx::B2DRange gfx::DrawRectangle::maRectangle

Definition at line 113 of file DrawCommands.hxx.

◆ mnOpacity

double gfx::DrawRectangle::mnOpacity

Definition at line 118 of file DrawCommands.hxx.

◆ mnRx

double gfx::DrawRectangle::mnRx

Definition at line 114 of file DrawCommands.hxx.

◆ mnRy

double gfx::DrawRectangle::mnRy

Definition at line 115 of file DrawCommands.hxx.

◆ mnStrokeWidth

double gfx::DrawRectangle::mnStrokeWidth

Definition at line 117 of file DrawCommands.hxx.

◆ mpFillColor

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

Definition at line 119 of file DrawCommands.hxx.

◆ mpFillGradient

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

Definition at line 121 of file DrawCommands.hxx.

◆ mpStrokeColor

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

Definition at line 120 of file DrawCommands.hxx.


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