10 #ifndef IWORKLINEELEMENT_H_INCLUDED
11 #define IWORKLINEELEMENT_H_INCLUDED
13 #include <boost/optional.hpp>
33 boost::optional<IWORKPosition>
m_head;
34 boost::optional<IWORKPosition>
m_tail;
Definition: IWORKLineElement.h:23
boost::optional< IWORKPosition > m_tail
Definition: IWORKLineElement.h:34
IWORKXMLContextPtr_t element(int name) override
Definition: IWORKLineElement.cpp:42
void startOfElement() override
Definition: IWORKLineElement.cpp:36
boost::optional< IWORKPosition > m_head
Definition: IWORKLineElement.h:33
IWORKLineElement(IWORKXMLParserState &state)
Definition: IWORKLineElement.cpp:28
IWORKStylePtr_t m_style
Definition: IWORKLineElement.h:35
void endOfElement() override
Definition: IWORKLineElement.cpp:61
Definition: IWORKXMLContextBase.h:28
Definition: IWORKXMLParserState.h:32
@ name
Definition: IWORKToken.h:578
Definition: IWORKBezierElement.cpp:21
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
std::shared_ptr< IWORKStyle > IWORKStylePtr_t
Definition: IWORKStyle_fwd.h:21