10 #ifndef IWORKWRAPELEMENT_H_INCLUDED
11 #define IWORKWRAPELEMENT_H_INCLUDED
13 #include <boost/optional.hpp>
35 boost::optional<IWORKExternalTextWrap> &
m_wrap;
Definition: IWORKWrapElement.h:22
IWORKXMLContextPtr_t element(int name) override
Definition: IWORKWrapElement.cpp:190
void attribute(int name, const char *value) override
Definition: IWORKWrapElement.cpp:94
IWORKExternalTextWrapElement(const IWORKExternalTextWrapElement &)
boost::optional< IWORKExternalTextWrap > & m_wrap
Definition: IWORKWrapElement.h:35
void endOfElement() override
Definition: IWORKWrapElement.cpp:200
IWORKExternalTextWrapElement(IWORKXMLParserState &state, boost::optional< IWORKExternalTextWrap > &wrap)
Definition: IWORKWrapElement.cpp:87
IWORKExternalTextWrapElement & operator=(const IWORKExternalTextWrapElement &)
Definition: IWORKWrapElement.h:39
boost::optional< IWORKWrap > & m_wrap
Definition: IWORKWrapElement.h:51
IWORKWrapElement & operator=(const IWORKWrapElement &)
IWORKWrapElement(IWORKXMLParserState &state, boost::optional< IWORKWrap > &wrap)
Definition: IWORKWrapElement.cpp:206
IWORKWrapElement(const IWORKWrapElement &)
IWORKXMLContextPtr_t element(int name) override
Definition: IWORKWrapElement.cpp:218
void attribute(int name, const char *value) override
Definition: IWORKWrapElement.cpp:213
Definition: IWORKXMLContextBase.h:28
Definition: IWORKXMLParserState.h:32
@ value
Definition: IWORKToken.h:631
@ wrap
Definition: IWORKToken.h:503
@ name
Definition: IWORKToken.h:585
Definition: IWORKBezierElement.cpp:21
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18