10#ifndef IWORKIMAGEELEMENT_H_INCLUDED
11#define IWORKIMAGEELEMENT_H_INCLUDED
13#include <boost/optional.hpp>
boost::optional< IWORKSize > m_placeholderSize
Definition IWORKImageElement.h:44
void attribute(int name, const char *value) override
Process an attribute.
Definition IWORKImageElement.cpp:73
IWORKMediaContentPtr_t m_localContent
Definition IWORKImageElement.h:36
IWORKStylePtr_t m_style
Definition IWORKImageElement.h:42
boost::optional< IWORKColor > m_fillColor
Definition IWORKImageElement.h:40
void startOfElement() override
Signalize the start of an element.
Definition IWORKImageElement.cpp:67
IWORKMediaContentPtr_t m_filteredImage
Definition IWORKImageElement.h:37
IWORKImageElement(IWORKXMLParserState &state, IWORKMediaContentPtr_t &content)
Definition IWORKImageElement.cpp:35
boost::optional< ID_t > m_binaryRef
Definition IWORKImageElement.h:41
IWORKDataPtr_t m_data
Definition IWORKImageElement.h:39
void endOfElement() override
Signalize the end of an element.
Definition IWORKImageElement.cpp:128
boost::optional< bool > m_locked
Definition IWORKImageElement.h:34
IWORKGeometryPtr_t m_cropGeometry
Definition IWORKImageElement.h:43
boost::optional< IWORKSize > m_size
Definition IWORKImageElement.h:38
IWORKMediaContentPtr_t & m_content
Definition IWORKImageElement.h:35
Definition IWORKXMLParserState.h:32
@ value
Definition IWORKToken.h:631
@ content
Definition IWORKToken.h:167
@ 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
std::shared_ptr< IWORKGeometry > IWORKGeometryPtr_t
Definition IWORKTypes_fwd.h:45
std::shared_ptr< IWORKStyle > IWORKStylePtr_t
Definition IWORKStyle_fwd.h:23