10#ifndef IWORKLISTLABELGEOMETRIESPROPERTY_H_INCLUDED
11#define IWORKLISTLABELGEOMETRIESPROPERTY_H_INCLUDED
13#include <boost/optional.hpp>
IWORKListLabelGeometriesProperty(IWORKXMLParserState &state, IWORKPropertyMap &propMap)
Definition IWORKListLabelGeometriesProperty.cpp:31
IWORKPropertyMap & m_propertyMap
Definition IWORKListLabelGeometriesProperty.h:34
std::deque< IWORKListLabelGeometry > m_elements
Definition IWORKListLabelGeometriesProperty.h:35
boost::optional< ID_t > m_ref
Definition IWORKListLabelGeometriesProperty.h:36
void endOfElement() override
Signalize the end of an element.
Definition IWORKListLabelGeometriesProperty.cpp:58
Represents a (hierarchical) property map.
Definition IWORKPropertyMap.h:25
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
IWORKXMLContextBase< IWORKXMLContextElement, IWORKXMLParserState > IWORKXMLElementContextBase
Definition IWORKXMLContextBase.h:124