10 #ifndef IWORKCOLORELEMENT_H_INCLUDED
11 #define IWORKCOLORELEMENT_H_INCLUDED
13 #include <boost/optional.hpp>
47 #endif // IWORKCOLORELEMENT_H_INCLUDED
double m_a
Definition: IWORKColorElement.h:42
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
double m_w
Definition: IWORKColorElement.h:37
double m_k
Definition: IWORKColorElement.h:41
Definition: IWORKColorElement.h:21
Definition: IWORKToken.h:631
void attribute(int name, const char *value) override
Definition: IWORKColorElement.cpp:40
std::string m_type
Definition: IWORKColorElement.h:33
IWORKColorElement(IWORKXMLParserState &state, boost::optional< IWORKColor > &color)
Definition: IWORKColorElement.cpp:24
Definition: IWORKToken.h:155
const char * name
Definition: IWORKToken.cpp:43
double m_r
Definition: IWORKColorElement.h:34
IWORKXMLContextPtr_t element(int name) override
Definition: IWORKColorElement.cpp:87
Definition: IWORKXMLContextBase.h:27
Definition: IWORKXMLParserState.h:31
double m_b
Definition: IWORKColorElement.h:36
Definition: IWORKToken.h:418
double m_c
Definition: IWORKColorElement.h:38
boost::optional< IWORKColor > & m_color
Definition: IWORKColorElement.h:32
void endOfElement() override
Definition: IWORKColorElement.cpp:107
double m_m
Definition: IWORKColorElement.h:39
double m_g
Definition: IWORKColorElement.h:35
double m_y
Definition: IWORKColorElement.h:40