10 #ifndef IWORKLISTSTYLEELEMENT_H_INCLUDED 11 #define IWORKLISTSTYLEELEMENT_H_INCLUDED 45 #endif // IWORKLISTSTYLEELEMENT_H_INCLUDED Definition: IWORKBezierElement.cpp:18
IWORKXMLContextPtr_t handle(int name) override
Definition: IWORKListstyleElement.cpp:77
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
std::map< unsigned, IWORKStylePtr_t > IWORKListStyle_t
Definition: IWORKTypes.h:358
std::deque< IWORKListLabelGeometry > m_labelGeometries
Definition: IWORKListstyleElement.h:37
std::deque< double > m_labelIndents
Definition: IWORKListstyleElement.h:39
void endOfElement() override
Definition: IWORKListstyleElement.cpp:51
IWORKListStyle_t & m_style
Definition: IWORKListstyleElement.h:36
Definition: IWORKToken.h:268
Definition: IWORKListstyleElement.h:22
std::deque< IWORKListLabelTypeInfo_t > m_typeInfos
Definition: IWORKListstyleElement.h:38
IWORKListstyleElement(IWORKXMLParserState &state, IWORKListStyle_t &style)
Definition: IWORKListstyleElement.cpp:30
const char * name
Definition: IWORKToken.cpp:43
std::deque< double > m_textIndents
Definition: IWORKListstyleElement.h:40
IWORKXMLContextPtr_t element(int name) override
Definition: IWORKListstyleElement.cpp:44
Definition: IWORKXMLContextBase.h:27
Definition: IWORKXMLParserState.h:30
IWORKListStyle_t m_localStyle
Definition: IWORKListstyleElement.h:35
Definition: IWORKPropertyHandler.h:18