10 #ifndef IWORKSTYLECONTEXT_H_INCLUDED
11 #define IWORKSTYLECONTEXT_H_INCLUDED
15 #include <boost/optional.hpp>
24 struct IWORKDictionary;
51 #endif // IWORKSTYLECONTEXT_H_INCLUDED
virtual void attribute(int name, const char *value)
Definition: IWORKStyleContext.cpp:52
Definition: IWORKStyleContext.h:26
Represents a (hierarchical) property map.
Definition: IWORKPropertyMap.h:23
const std::string m_defaultParent
Definition: IWORKStyleContext.h:41
IWORKPropertyMap & m_props
Definition: IWORKStyleContext.h:44
Definition: IWORKToken.h:177
virtual IWORKXMLContextPtr_t element(int name)
Definition: IWORKStyleContext.cpp:68
IWORKStyleContext(IWORKXMLParserState &state, IWORKStyleMap_t *styleMap=0, bool nested=false)
Definition: IWORKStyleContext.cpp:22
boost::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
IWORKStyleMap_t *const m_styleMap
Definition: IWORKStyleContext.h:40
boost::optional< std::string > m_ident
Definition: IWORKStyleContext.h:45
const char * name
Definition: IWORKToken.cpp:43
const bool m_nested
Definition: IWORKStyleContext.h:42
virtual void endOfElement()
Definition: IWORKStyleContext.cpp:79
Definition: IWORKXMLContextBase.h:27
Definition: IWORKXMLParserState.h:26
boost::optional< std::string > m_parentIdent
Definition: IWORKStyleContext.h:46
IWORKPropertyMap m_ownProps
Definition: IWORKStyleContext.h:43
boost::unordered_map< ID_t, IWORKStylePtr_t > IWORKStyleMap_t
Definition: IWORKStyle_fwd.h:24