10#ifndef IWORKTABLEINFOELEMENT_H_INCLUDED
11#define IWORKTABLEINFOELEMENT_H_INCLUDED
13#include <boost/optional.hpp>
Definition: IWORKTableInfoElement.h:22
IWORKTableInfoElement(IWORKXMLParserState &state)
Definition: IWORKTableInfoElement.cpp:653
IWORKStylePtr_t m_style
Definition: IWORKTableInfoElement.h:31
void endOfElement() override
Definition: IWORKTableInfoElement.cpp:687
void startOfElement() override
Definition: IWORKTableInfoElement.cpp:660
boost::optional< IWORKWrap > m_wrap
Definition: IWORKTableInfoElement.h:32
IWORKXMLContextPtr_t element(int name) override
Definition: IWORKTableInfoElement.cpp:668
Definition: IWORKXMLContextBase.h:28
Definition: IWORKXMLParserState.h:32
@ name
Definition: IWORKToken.h:585
Definition: IWORKBezierElement.cpp:21
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:20
std::shared_ptr< IWORKStyle > IWORKStylePtr_t
Definition: IWORKStyle_fwd.h:23