10 #ifndef IWORKCOLORELEMENT_H_INCLUDED 11 #define IWORKCOLORELEMENT_H_INCLUDED 13 #include <boost/optional.hpp> 47 #endif // IWORKCOLORELEMENT_H_INCLUDED Definition: IWORKBezierElement.cpp:18
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
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:84
const char * name
Definition: IWORKToken.cpp:43
double m_r
Definition: IWORKColorElement.h:34
IWORKXMLContextPtr_t element(int name) override
Definition: IWORKColorElement.cpp:85
Definition: IWORKXMLContextBase.h:27
Definition: IWORKXMLParserState.h:30
double m_b
Definition: IWORKColorElement.h:36
Definition: IWORKToken.h:266
double m_c
Definition: IWORKColorElement.h:38
boost::optional< IWORKColor > & m_color
Definition: IWORKColorElement.h:32
void endOfElement() override
Definition: IWORKColorElement.cpp:103
double m_m
Definition: IWORKColorElement.h:39
double m_g
Definition: IWORKColorElement.h:35
double m_y
Definition: IWORKColorElement.h:40