10#ifndef PAG1ANNOTATIONELEMENT_H_INCLUDED
11#define PAG1ANNOTATIONELEMENT_H_INCLUDED
13#include <boost/optional.hpp>
33 boost::optional<ID_t>
m_id;
Definition IWORKXMLContext.h:23
Definition PAG1AnnotationElement.h:20
boost::optional< ID_t > m_id
Definition PAG1AnnotationElement.h:33
void attribute(int name, const char *value) override
Definition PAG1AnnotationElement.cpp:28
IWORKXMLContext & m_container
Definition PAG1AnnotationElement.h:31
bool m_isRef
Definition PAG1AnnotationElement.h:32
PAG1AnnotationElement(PAG1ParserState &state, IWORKXMLContext &container, bool isRef=false)
Definition PAG1AnnotationElement.cpp:20
void endOfElement() override
Definition PAG1AnnotationElement.cpp:51
Definition PAG1ParserState.h:24
Definition PAG1XMLContextBase.h:23
@ value
Definition IWORKToken.h:631
@ text
Definition IWORKToken.h:472
@ element
Definition IWORKToken.h:192
@ name
Definition IWORKToken.h:585
Definition IWORKBezierElement.cpp:21
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition IWORKXMLContext.h:20