10 #ifndef IWORKFIELDELEMENT_H_INCLUDED 11 #define IWORKFIELDELEMENT_H_INCLUDED 13 #include <boost/optional.hpp> 30 void text(
const char *value)
override;
36 boost::optional<std::string>
m_val;
41 #endif // IWORKFIELDELEMENT_H_INCLUDED Definition: IWORKBezierElement.cpp:20
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
Definition: IWORKFieldElement.h:22
Definition: IWORKToken.h:624
boost::optional< std::string > m_val
Definition: IWORKFieldElement.h:36
boost::optional< unsigned > m_value
Definition: IWORKFieldElement.h:35
const char * name
Definition: IWORKToken.cpp:43
IWORKXMLContextPtr_t element(int name) override
Definition: IWORKFieldElement.cpp:45
void endOfElement() override
Definition: IWORKFieldElement.cpp:68
Definition: IWORKXMLContextBase.h:27
Definition: IWORKXMLParserState.h:31
IWORKFieldType
Definition: IWORKEnum.h:142
void attribute(int name, const char *value) override
Definition: IWORKFieldElement.cpp:29
IWORKFieldType m_type
Definition: IWORKFieldElement.h:34
Definition: IWORKToken.h:486
IWORKFieldElement(IWORKXMLParserState &state, IWORKFieldType type)
Definition: IWORKFieldElement.cpp:21
void text(const char *value) override
Definition: IWORKFieldElement.cpp:62