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

Public Member Functions

 ImpLineAttribute (const basegfx::BColor &rColor, double fWidth, basegfx::B2DLineJoin aB2DLineJoin, css::drawing::LineCap aLineCap, double fMiterMinimumAngle)
 
 ImpLineAttribute ()
 
const basegfx::BColorgetColor () const
 
double getWidth () const
 
basegfx::B2DLineJoin getLineJoin () const
 
css::drawing::LineCap getLineCap () const
 
double getMiterMinimumAngle () const
 
bool operator== (const ImpLineAttribute &rCandidate) const
 

Public Attributes

basegfx::BColor maColor
 
double mfWidth
 
basegfx::B2DLineJoin meLineJoin
 
css::drawing::LineCap meLineCap
 
double mfMiterMinimumAngle
 

Detailed Description

Definition at line 26 of file lineattribute.cxx.

Constructor & Destructor Documentation

◆ ImpLineAttribute() [1/2]

drawinglayer::attribute::ImpLineAttribute::ImpLineAttribute ( const basegfx::BColor rColor,
double  fWidth,
basegfx::B2DLineJoin  aB2DLineJoin,
css::drawing::LineCap  aLineCap,
double  fMiterMinimumAngle 
)
inline

Definition at line 36 of file lineattribute.cxx.

◆ ImpLineAttribute() [2/2]

drawinglayer::attribute::ImpLineAttribute::ImpLineAttribute ( )
inline

Definition at line 50 of file lineattribute.cxx.

References deg2rad(), and Round.

Member Function Documentation

◆ getColor()

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

Definition at line 59 of file lineattribute.cxx.

References maColor.

Referenced by operator==().

◆ getLineCap()

css::drawing::LineCap drawinglayer::attribute::ImpLineAttribute::getLineCap ( ) const
inline

Definition at line 62 of file lineattribute.cxx.

References meLineCap.

Referenced by operator==().

◆ getLineJoin()

basegfx::B2DLineJoin drawinglayer::attribute::ImpLineAttribute::getLineJoin ( ) const
inline

Definition at line 61 of file lineattribute.cxx.

References meLineJoin.

Referenced by operator==().

◆ getMiterMinimumAngle()

double drawinglayer::attribute::ImpLineAttribute::getMiterMinimumAngle ( ) const
inline

Definition at line 63 of file lineattribute.cxx.

References mfMiterMinimumAngle.

Referenced by operator==().

◆ getWidth()

double drawinglayer::attribute::ImpLineAttribute::getWidth ( ) const
inline

Definition at line 60 of file lineattribute.cxx.

References mfWidth.

Referenced by operator==().

◆ operator==()

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

Member Data Documentation

◆ maColor

basegfx::BColor drawinglayer::attribute::ImpLineAttribute::maColor

Definition at line 30 of file lineattribute.cxx.

Referenced by getColor().

◆ meLineCap

css::drawing::LineCap drawinglayer::attribute::ImpLineAttribute::meLineCap

Definition at line 33 of file lineattribute.cxx.

Referenced by getLineCap().

◆ meLineJoin

basegfx::B2DLineJoin drawinglayer::attribute::ImpLineAttribute::meLineJoin

Definition at line 32 of file lineattribute.cxx.

Referenced by getLineJoin().

◆ mfMiterMinimumAngle

double drawinglayer::attribute::ImpLineAttribute::mfMiterMinimumAngle

Definition at line 34 of file lineattribute.cxx.

Referenced by getMiterMinimumAngle().

◆ mfWidth

double drawinglayer::attribute::ImpLineAttribute::mfWidth

Definition at line 31 of file lineattribute.cxx.

Referenced by getWidth().


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