10#ifndef IWORKLISTLABELGEOMETRIESPROPERTY_H_INCLUDED
11#define IWORKLISTLABELGEOMETRIESPROPERTY_H_INCLUDED
13#include <boost/optional.hpp>
22class IWORKPropertyMap;
Definition IWORKListLabelGeometriesProperty.h:25
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
Definition IWORKListLabelGeometriesProperty.cpp:58
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