libvisio::VSDLineStyle Struct Reference

#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)
 
 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
 
double rounding
 

Constructor & Destructor Documentation

◆ VSDLineStyle() [1/3]

libvisio::VSDLineStyle::VSDLineStyle ( )
inline

◆ VSDLineStyle() [2/3]

libvisio::VSDLineStyle::VSDLineStyle ( double  w,
Colour  col,
unsigned char  p,
unsigned char  sm,
unsigned char  em,
unsigned char  c,
double  r 
)
inline

◆ VSDLineStyle() [3/3]

libvisio::VSDLineStyle::VSDLineStyle ( const VSDLineStyle style)
inline

◆ ~VSDLineStyle()

libvisio::VSDLineStyle::~VSDLineStyle ( )
inline

Member Function Documentation

◆ override()

void libvisio::VSDLineStyle::override ( const VSDOptionalLineStyle style)
inline

Member Data Documentation

◆ cap

unsigned char libvisio::VSDLineStyle::cap

◆ colour

Colour libvisio::VSDLineStyle::colour

◆ endMarker

unsigned char libvisio::VSDLineStyle::endMarker

◆ pattern

◆ rounding

double libvisio::VSDLineStyle::rounding

◆ startMarker

unsigned char libvisio::VSDLineStyle::startMarker

◆ width

double libvisio::VSDLineStyle::width

The documentation for this struct was generated from the following file:

Generated for libvisio by doxygen 1.8.13