10#ifndef IWORKFILLELEMENT_H_INCLUDED
11#define IWORKFILLELEMENT_H_INCLUDED
13#include <boost/optional.hpp>
boost::optional< ID_t > m_gradientRef
Definition IWORKFillElement.h:36
IWORKMediaContentPtr_t m_bitmap
Definition IWORKFillElement.h:35
boost::optional< IWORKGradient > m_gradient
Definition IWORKFillElement.h:34
boost::optional< IWORKColor > m_color
Definition IWORKFillElement.h:33
boost::optional< IWORKFill > & m_value
Definition IWORKFillElement.h:32
IWORKFillElement(IWORKXMLParserState &state, boost::optional< IWORKFill > &value)
Definition IWORKFillElement.cpp:431
void endOfElement() override
Signalize the end of an element.
Definition IWORKFillElement.cpp:471
boost::optional< ID_t > m_texturedFillRef
Definition IWORKFillElement.h:37
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< IWORKXMLContext > IWORKXMLContextPtr_t
Definition IWORKXMLContext.h:20
IWORKXMLContextBase< IWORKXMLContextElement, IWORKXMLParserState > IWORKXMLElementContextBase
Definition IWORKXMLContextBase.h:124