Public Member Functions | |
| VSDRelLineTo (unsigned id, unsigned level, const boost::optional< double > &x, const boost::optional< double > &y) | |
| virtual | ~VSDRelLineTo () |
| void | handle (VSDCollector *collector) const |
| VSDGeometryListElement * | clone () |
Public Attributes | |
| double | m_x |
| double | m_y |
| libvisio::VSDRelLineTo::VSDRelLineTo | ( | unsigned | id, |
| unsigned | level, | ||
| const boost::optional< double > & | x, | ||
| const boost::optional< double > & | y | ||
| ) | [inline] |
| virtual libvisio::VSDRelLineTo::~VSDRelLineTo | ( | ) | [inline, virtual] |
| libvisio::VSDGeometryListElement * libvisio::VSDRelLineTo::clone | ( | ) | [virtual] |
Implements libvisio::VSDGeometryListElement.
| void libvisio::VSDRelLineTo::handle | ( | VSDCollector * | collector | ) | const [virtual] |
Implements libvisio::VSDGeometryListElement.
| double libvisio::VSDRelLineTo::m_x |
Referenced by libvisio::VSDGeometryList::addRelLineTo().
| double libvisio::VSDRelLineTo::m_y |
Referenced by libvisio::VSDGeometryList::addRelLineTo().