10#ifndef IWORKFIELDELEMENT_H_INCLUDED
11#define IWORKFIELDELEMENT_H_INCLUDED
13#include <boost/optional.hpp>
28 void attribute(
int name,
const char *value)
override;
30 void text(
const char *value)
override;
36 boost::optional<std::string>
m_val;
Definition IWORKFieldElement.h:23
void text(const char *value) override
Definition IWORKFieldElement.cpp:62
IWORKFieldType m_type
Definition IWORKFieldElement.h:34
boost::optional< std::string > m_val
Definition IWORKFieldElement.h:36
IWORKXMLContextPtr_t element(int name) override
Definition IWORKFieldElement.cpp:45
void endOfElement() override
Definition IWORKFieldElement.cpp:68
boost::optional< unsigned > m_value
Definition IWORKFieldElement.h:35
void attribute(int name, const char *value) override
Definition IWORKFieldElement.cpp:29
Definition IWORKXMLContextBase.h:28
Definition IWORKXMLParserState.h:32
Definition IWORKBezierElement.cpp:21
IWORKFieldType
Definition IWORKEnum.h:143
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition IWORKXMLContext.h:20