10#ifndef IWORKFILLELEMENT_H_INCLUDED
11#define IWORKFILLELEMENT_H_INCLUDED
13#include <boost/optional.hpp>
Definition: IWORKFillElement.h:23
IWORKXMLContextPtr_t element(int name) override
Definition: IWORKFillElement.cpp:442
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
Definition: IWORKFillElement.cpp:471
boost::optional< ID_t > m_texturedFillRef
Definition: IWORKFillElement.h:37
Definition: IWORKXMLContextBase.h:28
Definition: IWORKXMLParserState.h:32
@ value
Definition: IWORKToken.h:631
@ 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