#include <Fill.h>
Public Member Functions | |
ImgFill (unsigned imgIndex, const MSPUBCollector *owner, bool isTexture, int rotation) | |
virtual WPXPropertyListVector | getProperties (WPXPropertyList *out) const |
Protected Attributes | |
unsigned | m_imgIndex |
int | m_rotation |
Private Member Functions | |
ImgFill (const ImgFill &) | |
ImgFill & | operator= (const ImgFill &) |
Private Attributes | |
bool | m_isTexture |
ImgFill::ImgFill | ( | unsigned | imgIndex, |
const MSPUBCollector * | owner, | ||
bool | isTexture, | ||
int | rotation | ||
) |
libmspub::ImgFill::ImgFill | ( | const ImgFill & | ) | [inline, private] |
WPXPropertyListVector ImgFill::getProperties | ( | WPXPropertyList * | out | ) | const [virtual] |
Implements libmspub::Fill.
Reimplemented in libmspub::PatternFill.
Reimplemented in libmspub::PatternFill.
unsigned libmspub::ImgFill::m_imgIndex [protected] |
Referenced by getProperties(), and libmspub::PatternFill::getProperties().
bool libmspub::ImgFill::m_isTexture [private] |
Referenced by getProperties().
int libmspub::ImgFill::m_rotation [protected] |
Referenced by getProperties().