|
LibreOffice Module vcl (master) 1
|
#include <lineinfo.hxx>
Public Member Functions | |
| ImplLineInfo () | |
| bool | operator== (const ImplLineInfo &) const |
Public Attributes | |
| double | mnWidth |
| double | mnDashLen |
| double | mnDotLen |
| double | mnDistance |
| basegfx::B2DLineJoin | meLineJoin |
| css::drawing::LineCap | meLineCap |
| LineStyle | meStyle |
| sal_uInt16 | mnDashCount |
| sal_uInt16 | mnDotCount |
Definition at line 35 of file lineinfo.hxx.
| ImplLineInfo::ImplLineInfo | ( | ) |
Definition at line 30 of file lineinfo.cxx.
|
inline |
Definition at line 43 of file lineinfo.cxx.
References meLineCap, meLineJoin, meStyle, mnDashCount, mnDashLen, mnDistance, mnDotCount, mnDotLen, and mnWidth.
| css::drawing::LineCap ImplLineInfo::meLineCap |
Definition at line 43 of file lineinfo.hxx.
Referenced by operator==().
| basegfx::B2DLineJoin ImplLineInfo::meLineJoin |
Definition at line 42 of file lineinfo.hxx.
Referenced by operator==().
| LineStyle ImplLineInfo::meStyle |
Definition at line 44 of file lineinfo.hxx.
Referenced by operator==().
| sal_uInt16 ImplLineInfo::mnDashCount |
Definition at line 46 of file lineinfo.hxx.
Referenced by operator==().
| double ImplLineInfo::mnDashLen |
Definition at line 38 of file lineinfo.hxx.
Referenced by operator==().
| double ImplLineInfo::mnDistance |
Definition at line 40 of file lineinfo.hxx.
Referenced by operator==().
| sal_uInt16 ImplLineInfo::mnDotCount |
Definition at line 47 of file lineinfo.hxx.
Referenced by operator==().
| double ImplLineInfo::mnDotLen |
Definition at line 39 of file lineinfo.hxx.
Referenced by operator==().
| double ImplLineInfo::mnWidth |
Definition at line 37 of file lineinfo.hxx.
Referenced by operator==().