10 #ifndef IWORKSIZEELEMENT_H_INCLUDED
11 #define IWORKSIZEELEMENT_H_INCLUDED
13 #include <boost/optional.hpp>
38 #endif // IWORKSIZEELEMENT_H_INCLUDED
boost::optional< IWORKSize > & m_size
Definition: IWORKSizeElement.h:31
boost::optional< double > m_height
Definition: IWORKSizeElement.h:33
IWORKSizeElement(IWORKXMLParserState &state, boost::optional< IWORKSize > &size)
Definition: IWORKSizeElement.cpp:21
boost::optional< double > m_width
Definition: IWORKSizeElement.h:32
Definition: IWORKToken.h:631
const char * name
Definition: IWORKToken.cpp:43
Definition: IWORKToken.h:402
Definition: IWORKXMLContextBase.h:27
Definition: IWORKXMLParserState.h:31
Definition: IWORKSizeElement.h:21
void endOfElement() override
Definition: IWORKSizeElement.cpp:44
void attribute(int name, const char *value) override
Definition: IWORKSizeElement.cpp:29