|
LibreOffice Module drawinglayer (master) 1
|
Public Member Functions | |
| ImpLineStartEndAttribute (double fWidth, basegfx::B2DPolyPolygon aPolyPolygon, bool bCentered) | |
| ImpLineStartEndAttribute () | |
| double | getWidth () const |
| const basegfx::B2DPolyPolygon & | getB2DPolyPolygon () const |
| bool | isCentered () const |
| bool | operator== (const ImpLineStartEndAttribute &rCandidate) const |
Public Attributes | |
| double | mfWidth |
| basegfx::B2DPolyPolygon | maPolyPolygon |
| bool | mbCentered: 1 |
Definition at line 28 of file linestartendattribute.cxx.
|
inline |
Definition at line 37 of file linestartendattribute.cxx.
|
inline |
Definition at line 47 of file linestartendattribute.cxx.
|
inline |
Definition at line 55 of file linestartendattribute.cxx.
References maPolyPolygon.
Referenced by operator==().
|
inline |
Definition at line 54 of file linestartendattribute.cxx.
References mfWidth.
Referenced by operator==().
|
inline |
Definition at line 56 of file linestartendattribute.cxx.
References mbCentered.
Referenced by operator==().
|
inline |
Definition at line 58 of file linestartendattribute.cxx.
References basegfx::fTools::equal(), getB2DPolyPolygon(), getWidth(), and isCentered().
| basegfx::B2DPolyPolygon drawinglayer::attribute::ImpLineStartEndAttribute::maPolyPolygon |
Definition at line 33 of file linestartendattribute.cxx.
Referenced by getB2DPolyPolygon().
| bool drawinglayer::attribute::ImpLineStartEndAttribute::mbCentered |
Definition at line 35 of file linestartendattribute.cxx.
Referenced by isCentered().
| double drawinglayer::attribute::ImpLineStartEndAttribute::mfWidth |
Definition at line 32 of file linestartendattribute.cxx.
Referenced by getWidth().