10#ifndef IWORKBEZIERELEMENT_H_INCLUDED
11#define IWORKBEZIERELEMENT_H_INCLUDED
IWORKPathPtr_t & m_path
Definition IWORKBezierElement.h:29
void attribute(int name, const char *value) override
Process an attribute.
Definition IWORKBezierElement.cpp:29
IWORKBezierElement(IWORKXMLParserState &state, IWORKPathPtr_t &path)
Definition IWORKBezierElement.cpp:23
void endOfElement() override
Signalize the end of an element.
Definition IWORKBezierElement.cpp:49
Definition IWORKXMLParserState.h:32
@ value
Definition IWORKToken.h:631
@ path
Definition IWORKToken.h:365
@ name
Definition IWORKToken.h:585
Definition IWORKBezierElement.cpp:21
IWORKXMLContextBase< IWORKXMLContextEmpty, IWORKXMLParserState > IWORKXMLEmptyContextBase
Definition IWORKXMLContextBase.h:127
std::shared_ptr< IWORKPath > IWORKPathPtr_t
Definition IWORKPath_fwd.h:22