|
LibreOffice Module drawinglayer (master) 1
|
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 |
Definition at line 26 of file strokeattribute.cxx.
|
inline |
Definition at line 33 of file strokeattribute.cxx.
|
inline |
Definition at line 41 of file strokeattribute.cxx.
|
inline |
Definition at line 47 of file strokeattribute.cxx.
References maDotDashArray.
Referenced by operator==().
|
inline |
Definition at line 48 of file strokeattribute.cxx.
References maDotDashArray, and mfFullDotDashLen.
Referenced by operator==().
|
inline |
Definition at line 60 of file strokeattribute.cxx.
References getDotDashArray(), and getFullDotDashLen().
| std::vector< double > drawinglayer::attribute::ImpStrokeAttribute::maDotDashArray |
Definition at line 30 of file strokeattribute.cxx.
Referenced by getDotDashArray(), and getFullDotDashLen().
| double drawinglayer::attribute::ImpStrokeAttribute::mfFullDotDashLen |
Definition at line 31 of file strokeattribute.cxx.
Referenced by getFullDotDashLen().