#include <Fill.h>
Classes | |
struct | StopInfo |
Public Member Functions | |
GradientFill (const MSPUBCollector *owner, double angle=0) | |
void | addColor (ColorReference c, unsigned offsetPercent, double opacity) |
WPXPropertyListVector | getProperties (WPXPropertyList *out) const |
Private Member Functions | |
GradientFill (const GradientFill &) | |
GradientFill & | operator= (const GradientFill &) |
Private Attributes | |
std::vector< StopInfo > | m_stops |
double | m_angle |
GradientFill::GradientFill | ( | const MSPUBCollector * | owner, |
double | angle = 0 |
||
) |
libmspub::GradientFill::GradientFill | ( | const GradientFill & | ) | [inline, private] |
void GradientFill::addColor | ( | ColorReference | c, |
unsigned | offsetPercent, | ||
double | opacity | ||
) |
WPXPropertyListVector GradientFill::getProperties | ( | WPXPropertyList * | out | ) | const [virtual] |
Implements libmspub::Fill.
GradientFill& libmspub::GradientFill::operator= | ( | const GradientFill & | ) | [private] |
double libmspub::GradientFill::m_angle [private] |
Referenced by getProperties().
std::vector<StopInfo> libmspub::GradientFill::m_stops [private] |
Referenced by addColor(), and getProperties().