10#ifndef IWORKLISTLABELGEOMETRYELEMENT_H_INCLUDED
11#define IWORKLISTLABELGEOMETRYELEMENT_H_INCLUDED
13#include <boost/optional.hpp>
31 boost::optional<IWORKListLabelGeometry> &
m_value;
boost::optional< bool > m_scaleWithText
Definition IWORKListLabelGeometryElement.h:34
boost::optional< IWORKListLabelGeometry > & m_value
Definition IWORKListLabelGeometryElement.h:31
void endOfElement() override
Signalize the end of an element.
Definition IWORKListLabelGeometryElement.cpp:48
void attribute(int name, const char *value) override
Process an attribute.
Definition IWORKListLabelGeometryElement.cpp:29
boost::optional< double > m_scale
Definition IWORKListLabelGeometryElement.h:32
boost::optional< double > m_offset
Definition IWORKListLabelGeometryElement.h:33
IWORKListLabelGeometryElement(IWORKXMLParserState &state, boost::optional< IWORKListLabelGeometry > &value)
Definition IWORKListLabelGeometryElement.cpp:20
Definition IWORKXMLParserState.h:32
@ value
Definition IWORKToken.h:631
@ name
Definition IWORKToken.h:585
Definition IWORKBezierElement.cpp:21
IWORKXMLContextBase< IWORKXMLContextEmpty, IWORKXMLParserState > IWORKXMLEmptyContextBase
Definition IWORKXMLContextBase.h:127