10#ifndef IWORKPOSITIONELEMENT_H_INCLUDED
11#define IWORKPOSITIONELEMENT_H_INCLUDED
13#include <boost/optional.hpp>
32 boost::optional<double>
m_x;
33 boost::optional<double>
m_y;
void endOfElement() override
Signalize the end of an element.
Definition IWORKPositionElement.cpp:44
IWORKPositionElement(IWORKXMLParserState &state, boost::optional< IWORKPosition > &position)
Definition IWORKPositionElement.cpp:21
boost::optional< IWORKPosition > & m_position
Definition IWORKPositionElement.h:31
boost::optional< double > m_x
Definition IWORKPositionElement.h:32
boost::optional< double > m_y
Definition IWORKPositionElement.h:33
void attribute(int name, const char *value) override
Process an attribute.
Definition IWORKPositionElement.cpp:29
Definition IWORKXMLParserState.h:32
@ value
Definition IWORKToken.h:631
@ position
Definition IWORKToken.h:375
@ name
Definition IWORKToken.h:585
Definition IWORKBezierElement.cpp:21
IWORKXMLContextBase< IWORKXMLContextEmpty, IWORKXMLParserState > IWORKXMLEmptyContextBase
Definition IWORKXMLContextBase.h:127