10#ifndef KEY1STYLESCONTEXT_H_INCLUDED
11#define KEY1STYLESCONTEXT_H_INCLUDED
13#include <boost/optional.hpp>
Represents a (hierarchical) property map.
Definition IWORKPropertyMap.h:25
Definition KEY1ParserState.h:45
boost::optional< IWORKPattern > m_pattern
Definition KEY1StylesContext.h:41
boost::optional< IWORKMarker > m_lineTail
Definition KEY1StylesContext.h:40
boost::optional< IWORKFill > m_fill
Definition KEY1StylesContext.h:38
IWORKPropertyMap m_propMap
Definition KEY1StylesContext.h:35
boost::optional< IWORKShadow > m_shadow
Definition KEY1StylesContext.h:42
IWORKStylePtr_t & m_style
Definition KEY1StylesContext.h:34
IWORKStylePtr_t m_parentStyle
Definition KEY1StylesContext.h:36
boost::optional< IWORKMarker > m_lineHead
Definition KEY1StylesContext.h:39
void endOfElement() override
Definition KEY1StylesContext.cpp:266
KEY1StylesContext(KEY1ParserState &state, IWORKStylePtr_t &style, IWORKStylePtr_t parentStyle)
Definition KEY1StylesContext.cpp:232
@ element
Definition IWORKToken.h:192
@ style
Definition IWORKToken.h:421
@ name
Definition IWORKToken.h:585
Definition IWORKBezierElement.cpp:21
KEY1XMLContextBase< IWORKXMLContextElement > KEY1XMLElementContextBase
Definition KEY1XMLContextBase.h:39
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition IWORKXMLContext.h:20
std::shared_ptr< IWORKStyle > IWORKStylePtr_t
Definition IWORKStyle_fwd.h:23