10#ifndef IWORKLISTLABELGEOMETRYELEMENT_H_INCLUDED
11#define IWORKLISTLABELGEOMETRYELEMENT_H_INCLUDED
13#include <boost/optional.hpp>
27 void attribute(
int name,
const char *value)
override;
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
Definition: IWORKXMLContextBase.h:28
Definition: IWORKXMLParserState.h:32
Definition: IWORKBezierElement.cpp:21