#include <Line.h>
Public Member Functions | |
| Line (ColorReference color, unsigned widthInEmu, bool lineExists) | |
| Line (ColorReference color, unsigned widthInEmu, bool lineExists, Dash dash) | |
| bool | operator== (const Line &r) const |
Public Attributes | |
| ColorReference | m_color |
| unsigned | m_widthInEmu |
| bool | m_lineExists |
| boost::optional< Dash > | m_dash |
| libmspub::Line::Line | ( | ColorReference | color, |
| unsigned | widthInEmu, | ||
| bool | lineExists | ||
| ) | [inline] |
| libmspub::Line::Line | ( | ColorReference | color, |
| unsigned | widthInEmu, | ||
| bool | lineExists, | ||
| Dash | dash | ||
| ) | [inline] |
| bool libmspub::Line::operator== | ( | const Line & | r | ) | const [inline] |
Referenced by operator==(), and libmspub::writeCustomShape().
| boost::optional<Dash> libmspub::Line::m_dash |
Referenced by operator==().
Referenced by operator==(), and libmspub::writeCustomShape().
| unsigned libmspub::Line::m_widthInEmu |
Referenced by operator==(), and libmspub::writeCustomShape().