libvisio::VSDPolylineTo1 Class Reference
Inheritance diagram for libvisio::VSDPolylineTo1:
libvisio::VSDGeometryListElement

List of all members.

Public Member Functions

 VSDPolylineTo1 (unsigned id, unsigned level, double x, double y, unsigned char xType, unsigned char yType, std::vector< std::pair< double, double > > points)
virtual ~VSDPolylineTo1 ()
void handle (VSDCollector *collector) const
VSDGeometryListElementclone ()

Public Attributes

double m_x
double m_y
unsigned m_xType
unsigned m_yType
std::vector< std::pair< double,
double > > 
m_points

Constructor & Destructor Documentation

libvisio::VSDPolylineTo1::VSDPolylineTo1 ( unsigned  id,
unsigned  level,
double  x,
double  y,
unsigned char  xType,
unsigned char  yType,
std::vector< std::pair< double, double > >  points 
) [inline]
virtual libvisio::VSDPolylineTo1::~VSDPolylineTo1 ( ) [inline, virtual]

Member Function Documentation

void libvisio::VSDPolylineTo1::handle ( VSDCollector collector) const [virtual]

Member Data Documentation

std::vector<std::pair<double, double> > libvisio::VSDPolylineTo1::m_points

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