#include <IWORKColorElement.h>
Public Member Functions | |
| IWORKColorElement (IWORKXMLParserState &state, boost::optional< IWORKColor > &color) | |
Protected Member Functions | |
| virtual void | attribute (int name, const char *value) |
| virtual void | endOfElement () |
Private Attributes | |
| boost::optional< IWORKColor > & | m_color |
| double | m_r |
| double | m_g |
| double | m_b |
| double | m_a |
| libetonyek::IWORKColorElement::IWORKColorElement | ( | IWORKXMLParserState & | state, |
| boost::optional< IWORKColor > & | color | ||
| ) |
| void libetonyek::IWORKColorElement::attribute | ( | int | name, |
| const char * | value | ||
| ) | [protected, virtual] |
| void libetonyek::IWORKColorElement::endOfElement | ( | ) | [protected, virtual] |
double libetonyek::IWORKColorElement::m_a [private] |
Referenced by attribute(), and endOfElement().
double libetonyek::IWORKColorElement::m_b [private] |
Referenced by attribute(), and endOfElement().
boost::optional<IWORKColor>& libetonyek::IWORKColorElement::m_color [private] |
Referenced by endOfElement().
double libetonyek::IWORKColorElement::m_g [private] |
Referenced by attribute(), and endOfElement().
double libetonyek::IWORKColorElement::m_r [private] |
Referenced by attribute(), and endOfElement().