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
virtual void endOfElement()
Definition: IWORKSizeElement.cpp:42
virtual void attribute(int name, const char *value)
Definition: IWORKSizeElement.cpp:29
boost::optional< double > m_width
Definition: IWORKSizeElement.h:32
const char * name
Definition: IWORKToken.cpp:43
Definition: IWORKToken.h:240
Definition: IWORKXMLContextBase.h:27
Definition: IWORKXMLParserState.h:30
Definition: IWORKSizeElement.h:21