#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 |
|
inline |
|
inline |
|
inline |
ColorReference libmspub::Line::m_color |
Referenced by operator==(), and libmspub::writeCustomShape().
boost::optional<Dash> libmspub::Line::m_dash |
Referenced by operator==().
bool libmspub::Line::m_lineExists |
Referenced by operator==(), and libmspub::writeCustomShape().
unsigned libmspub::Line::m_widthInEmu |
Referenced by operator==(), and libmspub::writeCustomShape().