 
  
 | Public Member Functions | |
| VSDSplineStart (unsigned id, unsigned level, const boost::optional< double > &x, const boost::optional< double > &y, const boost::optional< double > &secondKnot, const boost::optional< double > &firstKnot, const boost::optional< double > &lastKnot, const boost::optional< unsigned > °ree) | |
| virtual | ~VSDSplineStart () | 
| void | handle (VSDCollector *collector) const | 
| VSDGeometryListElement * | clone () | 
|  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 | 
| double | m_secondKnot | 
| double | m_firstKnot | 
| double | m_lastKnot | 
| unsigned | m_degree | 
| Additional Inherited Members | |
|  Protected Attributes inherited from libvisio::VSDGeometryListElement | |
| unsigned | m_id | 
| unsigned | m_level | 
| 
 | inline | 
| 
 | inlinevirtual | 
| 
 | virtual | 
Implements libvisio::VSDGeometryListElement.
| 
 | virtual | 
Implements libvisio::VSDGeometryListElement.
| unsigned libvisio::VSDSplineStart::m_degree | 
Referenced by libvisio::VSDGeometryList::addSplineStart().
| double libvisio::VSDSplineStart::m_firstKnot | 
Referenced by libvisio::VSDGeometryList::addSplineStart().
| double libvisio::VSDSplineStart::m_lastKnot | 
Referenced by libvisio::VSDGeometryList::addSplineStart().
| double libvisio::VSDSplineStart::m_secondKnot | 
Referenced by libvisio::VSDGeometryList::addSplineStart().
| double libvisio::VSDSplineStart::m_x | 
Referenced by libvisio::VSDGeometryList::addSplineStart().
| double libvisio::VSDSplineStart::m_y | 
Referenced by libvisio::VSDGeometryList::addSplineStart().