#include <VSDStyles.h>
Public Member Functions | |
VSDLineStyle () | |
VSDLineStyle (double w, Colour col, unsigned char p, unsigned char sm, unsigned char em, unsigned char c) | |
VSDLineStyle (const VSDLineStyle &style) | |
~VSDLineStyle () | |
void | override (const VSDOptionalLineStyle &style) |
Public Attributes | |
double | width |
Colour | colour |
unsigned char | pattern |
unsigned char | startMarker |
unsigned char | endMarker |
unsigned char | cap |
libvisio::VSDLineStyle::VSDLineStyle | ( | ) | [inline] |
libvisio::VSDLineStyle::VSDLineStyle | ( | double | w, |
Colour | col, | ||
unsigned char | p, | ||
unsigned char | sm, | ||
unsigned char | em, | ||
unsigned char | c | ||
) | [inline] |
libvisio::VSDLineStyle::VSDLineStyle | ( | const VSDLineStyle & | style | ) | [inline] |
libvisio::VSDLineStyle::~VSDLineStyle | ( | ) | [inline] |
void libvisio::VSDLineStyle::override | ( | const VSDOptionalLineStyle & | style | ) | [inline] |
Referenced by libvisio::VSDStyles::getLineStyle().
unsigned char libvisio::VSDLineStyle::cap |
Referenced by libvisio::VSDContentCollector::_lineProperties(), and override().
Referenced by libvisio::VSDContentCollector::_lineProperties(), and override().
unsigned char libvisio::VSDLineStyle::endMarker |
Referenced by libvisio::VSDContentCollector::_lineProperties(), and override().
unsigned char libvisio::VSDLineStyle::pattern |
Referenced by libvisio::VSDContentCollector::_lineProperties(), and override().
unsigned char libvisio::VSDLineStyle::startMarker |
Referenced by libvisio::VSDContentCollector::_lineProperties(), and override().
Referenced by libvisio::VSDContentCollector::_lineProperties(), and override().