#include <VSDStyles.h>
Public Member Functions | |
| VSDLineStyle () | |
| VSDLineStyle (double w, Colour col, unsigned char p, unsigned char sm, unsigned char em, unsigned char c, double r, long qlc, long qlm) | |
| VSDLineStyle (const VSDLineStyle &style)=default | |
| ~VSDLineStyle () | |
| VSDLineStyle & | operator= (const VSDLineStyle &style)=default |
| void | override (const VSDOptionalLineStyle &style, const VSDXTheme *theme) |
Public Attributes | |
| double | width |
| Colour | colour |
| unsigned char | pattern |
| unsigned char | startMarker |
| unsigned char | endMarker |
| unsigned char | cap |
| double | rounding |
| long | qsLineColour |
| long | qsLineMatrix |
|
inline |
|
inline |
|
default |
|
inline |
|
default |
|
inline |
| unsigned char libvisio::VSDLineStyle::cap |
Referenced by libvisio::VSDContentCollector::_lineProperties(), and override().
| Colour libvisio::VSDLineStyle::colour |
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().
| long libvisio::VSDLineStyle::qsLineColour |
Referenced by override().
| long libvisio::VSDLineStyle::qsLineMatrix |
Referenced by override().
| double libvisio::VSDLineStyle::rounding |
Referenced by override().
| unsigned char libvisio::VSDLineStyle::startMarker |
Referenced by libvisio::VSDContentCollector::_lineProperties(), and override().
| double libvisio::VSDLineStyle::width |
Referenced by libvisio::VSDContentCollector::_lineProperties(), and override().