 
  
| 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) | |
| ~VSDPolylineTo1 () override | |
| void | handle (VSDCollector *collector) const override | 
| VSDGeometryListElement * | clone () override | 
|  Public Member Functions inherited from libvisio::VSDGeometryListElement | |
| VSDGeometryListElement (unsigned id, unsigned level) | |
| virtual | ~VSDGeometryListElement () | 
| virtual unsigned | getDataID () const | 
| void | setLevel (unsigned level) | 
| Public Attributes | |
| double | m_x | 
| double | m_y | 
| unsigned | m_xType | 
| unsigned | m_yType | 
| std::vector< std::pair< double, double > > | m_points | 
| Additional Inherited Members | |
|  Protected Attributes inherited from libvisio::VSDGeometryListElement | |
| unsigned | m_id | 
| unsigned | m_level | 
| 
 | inline | 
Referenced by clone().
| 
 | inlineoverride | 
| 
 | overridevirtual | 
Implements libvisio::VSDGeometryListElement.
| 
 | overridevirtual | 
Implements libvisio::VSDGeometryListElement.
| std::vector<std::pair<double, double> > libvisio::VSDPolylineTo1::m_points | 
Referenced by clone(), handle(), and VSDPolylineTo1().
| double libvisio::VSDPolylineTo1::m_x | 
Referenced by clone(), handle(), and VSDPolylineTo1().
| unsigned libvisio::VSDPolylineTo1::m_xType | 
Referenced by clone(), handle(), and VSDPolylineTo1().
| double libvisio::VSDPolylineTo1::m_y | 
Referenced by clone(), handle(), and VSDPolylineTo1().
| unsigned libvisio::VSDPolylineTo1::m_yType | 
Referenced by clone(), handle(), and VSDPolylineTo1().