10#ifndef IWORKCOLORELEMENT_H_INCLUDED
11#define IWORKCOLORELEMENT_H_INCLUDED
13#include <boost/optional.hpp>
void endOfElement() override
Signalize the end of an element.
Definition IWORKColorElement.cpp:107
double m_k
Definition IWORKColorElement.h:41
double m_y
Definition IWORKColorElement.h:40
double m_w
Definition IWORKColorElement.h:37
std::string m_type
Definition IWORKColorElement.h:33
IWORKColorElement(IWORKXMLParserState &state, boost::optional< IWORKColor > &color)
Definition IWORKColorElement.cpp:24
void attribute(int name, const char *value) override
Process an attribute.
Definition IWORKColorElement.cpp:40
boost::optional< IWORKColor > & m_color
Definition IWORKColorElement.h:32
double m_c
Definition IWORKColorElement.h:38
double m_m
Definition IWORKColorElement.h:39
double m_g
Definition IWORKColorElement.h:35
double m_r
Definition IWORKColorElement.h:34
double m_b
Definition IWORKColorElement.h:36
double m_a
Definition IWORKColorElement.h:42
Definition IWORKXMLParserState.h:32
@ value
Definition IWORKToken.h:631
@ element
Definition IWORKToken.h:192
@ color
Definition IWORKToken.h:155
@ name
Definition IWORKToken.h:585
Definition IWORKBezierElement.cpp:21
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition IWORKXMLContext.h:20
IWORKXMLContextBase< IWORKXMLContextEmpty, IWORKXMLParserState > IWORKXMLEmptyContextBase
Definition IWORKXMLContextBase.h:127