LibreOffice Module drawinglayer (master) 1
Public Member Functions | Public Attributes | List of all members
drawinglayer::attribute::ImpStrokeAttribute Class Reference

Public Member Functions

 ImpStrokeAttribute (std::vector< double > &&rDotDashArray, double fFullDotDashLen)
 
 ImpStrokeAttribute ()
 
const std::vector< double > & getDotDashArray () const
 
double getFullDotDashLen () const
 
bool operator== (const ImpStrokeAttribute &rCandidate) const
 

Public Attributes

std::vector< double > maDotDashArray
 
double mfFullDotDashLen
 

Detailed Description

Definition at line 26 of file strokeattribute.cxx.

Constructor & Destructor Documentation

◆ ImpStrokeAttribute() [1/2]

drawinglayer::attribute::ImpStrokeAttribute::ImpStrokeAttribute ( std::vector< double > &&  rDotDashArray,
double  fFullDotDashLen 
)
inline

Definition at line 33 of file strokeattribute.cxx.

◆ ImpStrokeAttribute() [2/2]

drawinglayer::attribute::ImpStrokeAttribute::ImpStrokeAttribute ( )
inline

Definition at line 41 of file strokeattribute.cxx.

Member Function Documentation

◆ getDotDashArray()

const std::vector< double > & drawinglayer::attribute::ImpStrokeAttribute::getDotDashArray ( ) const
inline

Definition at line 47 of file strokeattribute.cxx.

References maDotDashArray.

Referenced by operator==().

◆ getFullDotDashLen()

double drawinglayer::attribute::ImpStrokeAttribute::getFullDotDashLen ( ) const
inline

Definition at line 48 of file strokeattribute.cxx.

References maDotDashArray, and mfFullDotDashLen.

Referenced by operator==().

◆ operator==()

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

Definition at line 60 of file strokeattribute.cxx.

References getDotDashArray(), and getFullDotDashLen().

Member Data Documentation

◆ maDotDashArray

std::vector< double > drawinglayer::attribute::ImpStrokeAttribute::maDotDashArray

Definition at line 30 of file strokeattribute.cxx.

Referenced by getDotDashArray(), and getFullDotDashLen().

◆ mfFullDotDashLen

double drawinglayer::attribute::ImpStrokeAttribute::mfFullDotDashLen

Definition at line 31 of file strokeattribute.cxx.

Referenced by getFullDotDashLen().


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