10 #ifndef KEY2STYLECONTEXT_H_INCLUDED 11 #define KEY2STYLECONTEXT_H_INCLUDED 15 #include <boost/optional.hpp> 45 #endif // KEY2STYLECONTEXT_H_INCLUDED Definition: IWORKBezierElement.cpp:18
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
Definition: IWORKStyleContext.h:24
Represents a (hierarchical) property map.
Definition: IWORKPropertyMap.h:24
void endOfElement() override
Definition: KEY2StyleContext.cpp:96
IWORKPropertyMap m_props
Definition: KEY2StyleContext.h:35
const char * name
Definition: IWORKToken.cpp:43
Definition: KEY2ParserState.h:22
boost::optional< std::string > m_parentIdent
Definition: KEY2StyleContext.h:40
Definition: KEY2XMLContextBase.h:22
IWORKXMLContextPtr_t element(int name) override
Definition: KEY2StyleContext.cpp:85
void attribute(int name, const char *value) override
Definition: KEY2StyleContext.cpp:67
IWORKStyleMap_t *const m_styleMap
Definition: KEY2StyleContext.h:37
IWORKStyleContext m_base
Definition: KEY2StyleContext.h:36
KEY2StyleContext(KEY2ParserState &state, IWORKStyleMap_t *styleMap, bool nested=false)
Definition: KEY2StyleContext.cpp:58
const bool m_nested
Definition: KEY2StyleContext.h:38
boost::optional< std::string > m_ident
Definition: KEY2StyleContext.h:39
Definition: KEY2StyleContext.h:24
std::unordered_map< ID_t, IWORKStylePtr_t > IWORKStyleMap_t
Definition: IWORKStyle_fwd.h:24