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