10#ifndef IWORKLISTLABELGEOMETRYELEMENT_H_INCLUDED
11#define IWORKLISTLABELGEOMETRYELEMENT_H_INCLUDED
13#include <boost/optional.hpp>
31 boost::optional<IWORKListLabelGeometry> &
m_value;
Definition: IWORKListLabelGeometryElement.h:22
boost::optional< bool > m_scaleWithText
Definition: IWORKListLabelGeometryElement.h:34
boost::optional< IWORKListLabelGeometry > & m_value
Definition: IWORKListLabelGeometryElement.h:31
void endOfElement() override
Definition: IWORKListLabelGeometryElement.cpp:48
void attribute(int name, const char *value) override
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: IWORKXMLContextBase.h:28
Definition: IWORKXMLParserState.h:32
@ value
Definition: IWORKToken.h:631
@ name
Definition: IWORKToken.h:585
Definition: IWORKBezierElement.cpp:21