#include <IWORKPositionElement.h>
Public Member Functions | |
| IWORKPositionElement (IWORKXMLParserState &state, boost::optional< IWORKPosition > &position) | |
Protected Member Functions | |
| virtual void | attribute (int name, const char *value) |
| virtual void | endOfElement () |
Private Attributes | |
| boost::optional< IWORKPosition > & | m_position |
| boost::optional< double > | m_x |
| boost::optional< double > | m_y |
| libetonyek::IWORKPositionElement::IWORKPositionElement | ( | IWORKXMLParserState & | state, |
| boost::optional< IWORKPosition > & | position | ||
| ) |
| void libetonyek::IWORKPositionElement::attribute | ( | int | name, |
| const char * | value | ||
| ) | [protected, virtual] |
| void libetonyek::IWORKPositionElement::endOfElement | ( | ) | [protected, virtual] |
boost::optional<IWORKPosition>& libetonyek::IWORKPositionElement::m_position [private] |
Referenced by endOfElement().
boost::optional<double> libetonyek::IWORKPositionElement::m_x [private] |
Referenced by attribute(), and endOfElement().
boost::optional<double> libetonyek::IWORKPositionElement::m_y [private] |
Referenced by attribute(), and endOfElement().