10 #ifndef IWORKLISTLABELTYPESPROPERTY_H_INCLUDED
11 #define IWORKLISTLABELTYPESPROPERTY_H_INCLUDED
13 #include <boost/optional.hpp>
22 class IWORKPropertyMap;
Definition: IWORKListLabelTypesProperty.h:25
boost::optional< ID_t > m_ref
Definition: IWORKListLabelTypesProperty.h:36
IWORKPropertyMap & m_propertyMap
Definition: IWORKListLabelTypesProperty.h:34
IWORKListLabelTypesProperty(IWORKXMLParserState &state, IWORKPropertyMap &propMap)
Definition: IWORKListLabelTypesProperty.cpp:31
std::deque< IWORKListLabelTypeInfo_t > m_elements
Definition: IWORKListLabelTypesProperty.h:35
void endOfElement() override
Definition: IWORKListLabelTypesProperty.cpp:57
IWORKXMLContextPtr_t element(int name) override
Definition: IWORKListLabelTypesProperty.cpp:39
Represents a (hierarchical) property map.
Definition: IWORKPropertyMap.h:25
Definition: IWORKXMLContextBase.h:28
Definition: IWORKXMLParserState.h:32
@ name
Definition: IWORKToken.h:585
Definition: IWORKBezierElement.cpp:21
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18