10#ifndef KEY1TABLEELEMENT_H_INCLUDED
11#define KEY1TABLEELEMENT_H_INCLUDED
15#include <boost/optional.hpp>
16#include <boost/shared_ptr.hpp>
35 void attribute(
int name,
const char *value)
override;
41 boost::optional<std::string>
m_key;
Definition: KEY1ParserState.h:45
Definition: KEY1TableElement.h:28
void attribute(int name, const char *value) override
Definition: KEY1TableElement.cpp:389
boost::optional< IWORKSize > & m_size
Definition: KEY1TableElement.h:42
void startOfElement() override
Definition: KEY1TableElement.cpp:406
boost::optional< std::string > m_key
Definition: KEY1TableElement.h:41
IWORKXMLContextPtr_t element(int name) override
Definition: KEY1TableElement.cpp:417
boost::shared_ptr< TableData > m_tableData
Definition: KEY1TableElement.h:43
void endOfElement() override
Definition: KEY1TableElement.cpp:433
Definition: KEY1XMLContextBase.h:23
Definition: IWORKBezierElement.cpp:21
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:20
Definition: KEY1TableElement.cpp:126