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

Public Member Functions

 ImpLineStartEndAttribute (double fWidth, basegfx::B2DPolyPolygon aPolyPolygon, bool bCentered)
 
 ImpLineStartEndAttribute ()
 
double getWidth () const
 
const basegfx::B2DPolyPolygongetB2DPolyPolygon () const
 
bool isCentered () const
 
bool operator== (const ImpLineStartEndAttribute &rCandidate) const
 

Public Attributes

double mfWidth
 
basegfx::B2DPolyPolygon maPolyPolygon
 
bool mbCentered: 1
 

Detailed Description

Definition at line 28 of file linestartendattribute.cxx.

Constructor & Destructor Documentation

◆ ImpLineStartEndAttribute() [1/2]

drawinglayer::attribute::ImpLineStartEndAttribute::ImpLineStartEndAttribute ( double  fWidth,
basegfx::B2DPolyPolygon  aPolyPolygon,
bool  bCentered 
)
inline

Definition at line 37 of file linestartendattribute.cxx.

◆ ImpLineStartEndAttribute() [2/2]

drawinglayer::attribute::ImpLineStartEndAttribute::ImpLineStartEndAttribute ( )
inline

Definition at line 47 of file linestartendattribute.cxx.

Member Function Documentation

◆ getB2DPolyPolygon()

const basegfx::B2DPolyPolygon & drawinglayer::attribute::ImpLineStartEndAttribute::getB2DPolyPolygon ( ) const
inline

Definition at line 55 of file linestartendattribute.cxx.

References maPolyPolygon.

Referenced by operator==().

◆ getWidth()

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

Definition at line 54 of file linestartendattribute.cxx.

References mfWidth.

Referenced by operator==().

◆ isCentered()

bool drawinglayer::attribute::ImpLineStartEndAttribute::isCentered ( ) const
inline

Definition at line 56 of file linestartendattribute.cxx.

References mbCentered.

Referenced by operator==().

◆ operator==()

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

Member Data Documentation

◆ maPolyPolygon

basegfx::B2DPolyPolygon drawinglayer::attribute::ImpLineStartEndAttribute::maPolyPolygon

Definition at line 33 of file linestartendattribute.cxx.

Referenced by getB2DPolyPolygon().

◆ mbCentered

bool drawinglayer::attribute::ImpLineStartEndAttribute::mbCentered

Definition at line 35 of file linestartendattribute.cxx.

Referenced by isCentered().

◆ mfWidth

double drawinglayer::attribute::ImpLineStartEndAttribute::mfWidth

Definition at line 32 of file linestartendattribute.cxx.

Referenced by getWidth().


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