10#ifndef IWORKWRAPELEMENT_H_INCLUDED
11#define IWORKWRAPELEMENT_H_INCLUDED
13#include <boost/optional.hpp>
27 void attribute(
int name,
const char *value)
override;
35 boost::optional<IWORKExternalTextWrap> &
m_wrap;
44 void attribute(
int name,
const char *value)
override;
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 & operator=(const IWORKExternalTextWrapElement &)
Definition: IWORKWrapElement.h:39
boost::optional< IWORKWrap > & m_wrap
Definition: IWORKWrapElement.h:51
IWORKWrapElement & operator=(const IWORKWrapElement &)
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
Definition: IWORKBezierElement.cpp:21
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:20