#include <IWORKListLabelGeometryElement.h>
Public Member Functions | |
| IWORKListLabelGeometryElement (IWORKXMLParserState &state, boost::optional< IWORKListLabelGeometry > &value) | |
Private Member Functions | |
| virtual void | attribute (int name, const char *value) |
| virtual void | endOfElement () |
Private Attributes | |
| boost::optional < IWORKListLabelGeometry > & | m_value |
| boost::optional< double > | m_scale |
| boost::optional< double > | m_offset |
| boost::optional< bool > | m_scaleWithText |
| libetonyek::IWORKListLabelGeometryElement::IWORKListLabelGeometryElement | ( | IWORKXMLParserState & | state, |
| boost::optional< IWORKListLabelGeometry > & | value | ||
| ) |
| void libetonyek::IWORKListLabelGeometryElement::attribute | ( | int | name, |
| const char * | value | ||
| ) | [private, virtual] |
| void libetonyek::IWORKListLabelGeometryElement::endOfElement | ( | ) | [private, virtual] |
boost::optional<double> libetonyek::IWORKListLabelGeometryElement::m_offset [private] |
Referenced by attribute(), and endOfElement().
boost::optional<double> libetonyek::IWORKListLabelGeometryElement::m_scale [private] |
Referenced by attribute(), and endOfElement().
boost::optional<bool> libetonyek::IWORKListLabelGeometryElement::m_scaleWithText [private] |
Referenced by attribute(), and endOfElement().
boost::optional<IWORKListLabelGeometry>& libetonyek::IWORKListLabelGeometryElement::m_value [private] |
Referenced by endOfElement().