LibreOffice Module drawinglayer (master) 1
Public Member Functions | Public Attributes | List of all members
drawinglayer::attribute::ImpSdrShadowAttribute Class Reference
Collaboration diagram for drawinglayer::attribute::ImpSdrShadowAttribute:
[legend]

Public Member Functions

 ImpSdrShadowAttribute (const basegfx::B2DVector &rOffset, const basegfx::B2DVector &rSize, double fTransparence, sal_Int32 nBlur, model::RectangleAlignment eAlignment, const basegfx::BColor &rColor)
 
 ImpSdrShadowAttribute ()
 
const basegfx::B2DVectorgetOffset () const
 
const basegfx::B2DVectorgetSize () const
 
double getTransparence () const
 
sal_Int32 getBlur () const
 
const basegfx::BColorgetColor () const
 
bool operator== (const ImpSdrShadowAttribute &rCandidate) const
 

Public Attributes

basegfx::B2DVector maOffset
 
basegfx::B2DVector maSize
 
double mfTransparence
 
sal_Int32 mnBlur
 
model::RectangleAlignment meAlignment {model::RectangleAlignment::Unset}
 
basegfx::BColor maColor
 

Detailed Description

Definition at line 28 of file sdrshadowattribute.cxx.

Constructor & Destructor Documentation

◆ ImpSdrShadowAttribute() [1/2]

drawinglayer::attribute::ImpSdrShadowAttribute::ImpSdrShadowAttribute ( const basegfx::B2DVector rOffset,
const basegfx::B2DVector rSize,
double  fTransparence,
sal_Int32  nBlur,
model::RectangleAlignment  eAlignment,
const basegfx::BColor rColor 
)
inline

Definition at line 39 of file sdrshadowattribute.cxx.

◆ ImpSdrShadowAttribute() [2/2]

drawinglayer::attribute::ImpSdrShadowAttribute::ImpSdrShadowAttribute ( )
inline

Definition at line 55 of file sdrshadowattribute.cxx.

Member Function Documentation

◆ getBlur()

sal_Int32 drawinglayer::attribute::ImpSdrShadowAttribute::getBlur ( ) const
inline

Definition at line 65 of file sdrshadowattribute.cxx.

References mnBlur.

Referenced by operator==().

◆ getColor()

const basegfx::BColor & drawinglayer::attribute::ImpSdrShadowAttribute::getColor ( ) const
inline

Definition at line 66 of file sdrshadowattribute.cxx.

References maColor.

Referenced by operator==().

◆ getOffset()

const basegfx::B2DVector & drawinglayer::attribute::ImpSdrShadowAttribute::getOffset ( ) const
inline

Definition at line 62 of file sdrshadowattribute.cxx.

References maOffset.

Referenced by operator==().

◆ getSize()

const basegfx::B2DVector & drawinglayer::attribute::ImpSdrShadowAttribute::getSize ( ) const
inline

Definition at line 63 of file sdrshadowattribute.cxx.

References maSize.

Referenced by operator==().

◆ getTransparence()

double drawinglayer::attribute::ImpSdrShadowAttribute::getTransparence ( ) const
inline

Definition at line 64 of file sdrshadowattribute.cxx.

References mfTransparence.

Referenced by operator==().

◆ operator==()

bool drawinglayer::attribute::ImpSdrShadowAttribute::operator== ( const ImpSdrShadowAttribute rCandidate) const
inline

Member Data Documentation

◆ maColor

basegfx::BColor drawinglayer::attribute::ImpSdrShadowAttribute::maColor

Definition at line 37 of file sdrshadowattribute.cxx.

Referenced by getColor().

◆ maOffset

basegfx::B2DVector drawinglayer::attribute::ImpSdrShadowAttribute::maOffset

Definition at line 32 of file sdrshadowattribute.cxx.

Referenced by getOffset().

◆ maSize

basegfx::B2DVector drawinglayer::attribute::ImpSdrShadowAttribute::maSize

Definition at line 33 of file sdrshadowattribute.cxx.

Referenced by getSize().

◆ meAlignment

model::RectangleAlignment drawinglayer::attribute::ImpSdrShadowAttribute::meAlignment {model::RectangleAlignment::Unset}

Definition at line 36 of file sdrshadowattribute.cxx.

Referenced by operator==().

◆ mfTransparence

double drawinglayer::attribute::ImpSdrShadowAttribute::mfTransparence

Definition at line 34 of file sdrshadowattribute.cxx.

Referenced by getTransparence().

◆ mnBlur

sal_Int32 drawinglayer::attribute::ImpSdrShadowAttribute::mnBlur

Definition at line 35 of file sdrshadowattribute.cxx.

Referenced by getBlur().


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