10#ifndef PAG1ANNOTATIONELEMENT_H_INCLUDED
11#define PAG1ANNOTATIONELEMENT_H_INCLUDED
13#include <boost/optional.hpp>
25 void attribute(
int name,
const char *value)
override;
28 void text(
const char *value)
override;
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
IWORKXMLContextPtr_t element(int name) override
Definition PAG1AnnotationElement.cpp:41
void text(const char *value) override
Definition PAG1AnnotationElement.cpp:46
void endOfElement() override
Definition PAG1AnnotationElement.cpp:51
Definition PAG1ParserState.h:24
Definition PAG1XMLContextBase.h:23
Definition IWORKBezierElement.cpp:21
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition IWORKXMLContext.h:20