10 #ifndef IWORKIMAGEELEMENT_H_INCLUDED
11 #define IWORKIMAGEELEMENT_H_INCLUDED
13 #include <boost/optional.hpp>
Definition: IWORKImageElement.h:22
boost::optional< IWORKSize > m_placeholderSize
Definition: IWORKImageElement.h:44
void attribute(int name, const char *value) override
Definition: IWORKImageElement.cpp:73
IWORKXMLContextPtr_t element(int name) override
Definition: IWORKImageElement.cpp:88
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
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
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: IWORKXMLContextBase.h:28
Definition: IWORKXMLParserState.h:32
@ value
Definition: IWORKToken.h:624
@ content
Definition: IWORKToken.h:163
@ name
Definition: IWORKToken.h:578
Definition: IWORKBezierElement.cpp:21
std::shared_ptr< IWORKMediaContent > IWORKMediaContentPtr_t
Definition: IWORKTypes_fwd.h:54
std::shared_ptr< IWORKData > IWORKDataPtr_t
Definition: IWORKTypes_fwd.h:49
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
std::shared_ptr< IWORKGeometry > IWORKGeometryPtr_t
Definition: IWORKTypes_fwd.h:41
std::shared_ptr< IWORKStyle > IWORKStylePtr_t
Definition: IWORKStyle_fwd.h:21