10#ifndef IWORKCOREIMAGEFILTERDESCRIPTORELEMENT_H_INCLUDED
11#define IWORKCOREIMAGEFILTERDESCRIPTORELEMENT_H_INCLUDED
void endOfElement() override
Signalize the end of an element.
Definition IWORKCoreImageFilterDescriptorElement.cpp:34
IWORKCoreImageFilterDescriptorElement(IWORKXMLParserState &state, bool &isShadow)
Definition IWORKCoreImageFilterDescriptorElement.cpp:20
bool & m_isShadow
Definition IWORKCoreImageFilterDescriptorElement.h:28
void attribute(int name, const char *value) override
Process an attribute.
Definition IWORKCoreImageFilterDescriptorElement.cpp:26
Definition IWORKXMLParserState.h:32
@ value
Definition IWORKToken.h:631
@ name
Definition IWORKToken.h:585
Definition IWORKBezierElement.cpp:21
IWORKXMLContextBase< IWORKXMLContextEmpty, IWORKXMLParserState > IWORKXMLEmptyContextBase
Definition IWORKXMLContextBase.h:127