 
  
 | Public Member Functions | |
| VSDRelQuadBezTo (unsigned id, unsigned level, const boost::optional< double > &x, const boost::optional< double > &y, const boost::optional< double > &a, const boost::optional< double > &b) | |
| virtual | ~VSDRelQuadBezTo () | 
| 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_a | 
| double | m_b | 
| 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.
| double libvisio::VSDRelQuadBezTo::m_a | 
Referenced by libvisio::VSDGeometryList::addRelQuadBezTo().
| double libvisio::VSDRelQuadBezTo::m_b | 
Referenced by libvisio::VSDGeometryList::addRelQuadBezTo().
| double libvisio::VSDRelQuadBezTo::m_x | 
Referenced by libvisio::VSDGeometryList::addRelQuadBezTo().
| double libvisio::VSDRelQuadBezTo::m_y | 
Referenced by libvisio::VSDGeometryList::addRelQuadBezTo().