#include <VSDXStyles.h>
Public Member Functions | |
| VSDXLineStyle () | |
| VSDXLineStyle (double w, Colour col, unsigned char p, unsigned char sm, unsigned char em, unsigned char c) | |
| VSDXLineStyle (const VSDXLineStyle &lineStyle) | |
| ~VSDXLineStyle () | |
Public Attributes | |
| double | width |
| Colour | colour |
| unsigned char | pattern |
| unsigned char | startMarker |
| unsigned char | endMarker |
| unsigned char | cap |
| libvisio::VSDXLineStyle::VSDXLineStyle | ( | ) | [inline] |
| libvisio::VSDXLineStyle::VSDXLineStyle | ( | double | w, |
| Colour | col, | ||
| unsigned char | p, | ||
| unsigned char | sm, | ||
| unsigned char | em, | ||
| unsigned char | c | ||
| ) | [inline] |
| libvisio::VSDXLineStyle::VSDXLineStyle | ( | const VSDXLineStyle & | lineStyle | ) | [inline] |
| libvisio::VSDXLineStyle::~VSDXLineStyle | ( | ) | [inline] |
| unsigned char libvisio::VSDXLineStyle::cap |
Referenced by libvisio::VSDXContentCollector::lineStyleFromStyleSheet().
Referenced by libvisio::VSDXContentCollector::lineStyleFromStyleSheet().
| unsigned char libvisio::VSDXLineStyle::endMarker |
Referenced by libvisio::VSDXContentCollector::lineStyleFromStyleSheet().
| unsigned char libvisio::VSDXLineStyle::pattern |
Referenced by libvisio::VSDXContentCollector::lineStyleFromStyleSheet().
| unsigned char libvisio::VSDXLineStyle::startMarker |
Referenced by libvisio::VSDXContentCollector::lineStyleFromStyleSheet().
Referenced by libvisio::VSDXContentCollector::lineStyleFromStyleSheet().