10#ifndef IWORKLISTLABELTYPESPROPERTY_H_INCLUDED
11#define IWORKLISTLABELTYPESPROPERTY_H_INCLUDED
13#include <boost/optional.hpp>
22class 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
Represents a (hierarchical) property map.
Definition IWORKPropertyMap.h:25
Definition IWORKXMLContextBase.h:28
Definition IWORKXMLParserState.h:32
@ element
Definition IWORKToken.h:192
@ name
Definition IWORKToken.h:585
Definition IWORKBezierElement.cpp:21
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition IWORKXMLContext.h:20