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
Definition: IWORKBezierElement.cpp:18
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
const char * name
Definition: IWORKToken.cpp:43
Definition: IWORKToken.h:254
Definition: IWORKXMLContextBase.h:27
Definition: IWORKXMLParserState.h:30
Definition: IWORKSizeElement.h:21
void endOfElement() override
Definition: IWORKSizeElement.cpp:42
void attribute(int name, const char *value) override
Definition: IWORKSizeElement.cpp:29