10#ifndef IWORKCOLORELEMENT_H_INCLUDED
11#define IWORKCOLORELEMENT_H_INCLUDED
13#include <boost/optional.hpp>
27 void attribute(
int name,
const char *value)
override;
Definition IWORKColorElement.h:22
void endOfElement() override
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
void attribute(int name, const char *value) override
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
IWORKXMLContextPtr_t element(int name) override
Definition IWORKColorElement.cpp:87
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 IWORKXMLContextBase.h:28
Definition IWORKXMLParserState.h:32
Definition IWORKBezierElement.cpp:21
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition IWORKXMLContext.h:20