#include <Fill.h>
Public Member Functions | |
SolidFill (ColorReference color, double opacity, const MSPUBCollector *owner) | |
WPXPropertyListVector | getProperties (WPXPropertyList *out) const |
Private Member Functions | |
SolidFill (const SolidFill &) | |
SolidFill & | operator= (const SolidFill &) |
Private Attributes | |
ColorReference | m_color |
double | m_opacity |
SolidFill::SolidFill | ( | ColorReference | color, |
double | opacity, | ||
const MSPUBCollector * | owner | ||
) |
libmspub::SolidFill::SolidFill | ( | const SolidFill & | ) | [inline, private] |
WPXPropertyListVector SolidFill::getProperties | ( | WPXPropertyList * | out | ) | const [virtual] |
Implements libmspub::Fill.
ColorReference libmspub::SolidFill::m_color [private] |
Referenced by getProperties().
double libmspub::SolidFill::m_opacity [private] |
Referenced by getProperties().