10#ifndef IWORKLAYOUTELEMENT_H_INCLUDED
11#define IWORKLAYOUTELEMENT_H_INCLUDED
IWORKLayoutElement(IWORKXMLParserState &state)
Definition IWORKLayoutElement.cpp:22
bool m_opened
Definition IWORKLayoutElement.h:32
void attribute(int name, const char *value) override
Process an attribute.
Definition IWORKLayoutElement.cpp:29
void open()
Definition IWORKLayoutElement.cpp:59
IWORKStylePtr_t m_style
Definition IWORKLayoutElement.h:35
void endOfElement() override
Signalize the end of an element.
Definition IWORKLayoutElement.cpp:50
Definition IWORKXMLParserState.h:32
@ value
Definition IWORKToken.h:631
@ 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
std::shared_ptr< IWORKStyle > IWORKStylePtr_t
Definition IWORKStyle_fwd.h:23