10#ifndef IWORKBINARYELEMENT_H_INCLUDED
11#define IWORKBINARYELEMENT_H_INCLUDED
13#include <boost/optional.hpp>
IWORKDataPtr_t m_data
Definition IWORKBinaryElement.h:33
IWORKBinaryElement(IWORKXMLParserState &state, IWORKMediaContentPtr_t &value)
Definition IWORKBinaryElement.cpp:23
boost::optional< IWORKColor > m_fillColor
Definition IWORKBinaryElement.h:34
IWORKMediaContentPtr_t & m_value
Definition IWORKBinaryElement.h:31
void endOfElement() override
Signalize the end of an element.
Definition IWORKBinaryElement.cpp:46
boost::optional< IWORKSize > m_size
Definition IWORKBinaryElement.h:32
Definition IWORKXMLParserState.h:32
@ value
Definition IWORKToken.h:631
@ element
Definition IWORKToken.h:192
@ name
Definition IWORKToken.h:585
Definition IWORKBezierElement.cpp:21
std::shared_ptr< IWORKMediaContent > IWORKMediaContentPtr_t
Definition IWORKTypes_fwd.h:58
std::shared_ptr< IWORKData > IWORKDataPtr_t
Definition IWORKTypes_fwd.h:53
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition IWORKXMLContext.h:20
IWORKXMLContextBase< IWORKXMLContextElement, IWORKXMLParserState > IWORKXMLElementContextBase
Definition IWORKXMLContextBase.h:124