10#ifndef IWORKGROUPELEMENT_H_INCLUDED
11#define IWORKGROUPELEMENT_H_INCLUDED
void ensureOpened()
Definition IWORKGroupElement.cpp:86
bool m_groupIsOpened
Definition IWORKGroupElement.h:31
IWORKGroupElement(IWORKXMLParserState &state)
Definition IWORKGroupElement.cpp:26
void ensureClosed()
Definition IWORKGroupElement.cpp:94
void startOfElement() override
Signalize the start of an element.
Definition IWORKGroupElement.cpp:32
void endOfElement() override
Signalize the end of an element.
Definition IWORKGroupElement.cpp:76
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