10#ifndef IWORKSIZEELEMENT_H_INCLUDED
11#define IWORKSIZEELEMENT_H_INCLUDED
13#include <boost/optional.hpp>
Definition: IWORKSizeElement.h:22
void attribute(int name, const char *value) override
Definition: IWORKSizeElement.cpp:29
boost::optional< double > m_width
Definition: IWORKSizeElement.h:32
IWORKSizeElement(IWORKXMLParserState &state, boost::optional< IWORKSize > &size)
Definition: IWORKSizeElement.cpp:21
boost::optional< double > m_height
Definition: IWORKSizeElement.h:33
void endOfElement() override
Definition: IWORKSizeElement.cpp:44
boost::optional< IWORKSize > & m_size
Definition: IWORKSizeElement.h:31
Definition: IWORKXMLContextBase.h:28
Definition: IWORKXMLParserState.h:32
@ value
Definition: IWORKToken.h:624
@ size
Definition: IWORKToken.h:395
@ name
Definition: IWORKToken.h:578
Definition: IWORKBezierElement.cpp:21