10#ifndef KEY1TABLEELEMENT_H_INCLUDED
11#define KEY1TABLEELEMENT_H_INCLUDED
15#include <boost/optional.hpp>
16#include <boost/shared_ptr.hpp>
41 boost::optional<std::string>
m_key;
Definition IWORKText.h:34
Definition KEY1ParserState.h:45
void attribute(int name, const char *value) override
Definition KEY1TableElement.cpp:389
boost::optional< IWORKSize > & m_size
Definition KEY1TableElement.h:42
KEY1TableElement(KEY1ParserState &state, boost::optional< IWORKSize > &size)
Definition KEY1TableElement.cpp:381
void startOfElement() override
Definition KEY1TableElement.cpp:406
boost::optional< std::string > m_key
Definition KEY1TableElement.h:41
boost::shared_ptr< TableData > m_tableData
Definition KEY1TableElement.h:43
void endOfElement() override
Definition KEY1TableElement.cpp:433
@ value
Definition IWORKToken.h:631
@ size
Definition IWORKToken.h:402
@ element
Definition IWORKToken.h:192
@ name
Definition IWORKToken.h:585
Definition IWORKBezierElement.cpp:21
KEY1XMLContextBase< IWORKXMLContextElement > KEY1XMLElementContextBase
Definition KEY1XMLContextBase.h:39
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition IWORKXMLContext.h:20
Definition KEY1TableElement.cpp:126