#include <Fill.h>
Public Member Functions | |
| ImgFill (unsigned imgIndex, const MSPUBCollector *owner, bool isTexture) | |
| WPXPropertyListVector | getProperties (WPXPropertyList *out) const |
Protected Attributes | |
| unsigned | m_imgIndex |
Private Member Functions | |
| ImgFill (const ImgFill &) | |
| ImgFill & | operator= (const ImgFill &) |
Private Attributes | |
| bool | m_isTexture |
| ImgFill::ImgFill | ( | unsigned | imgIndex, |
| const MSPUBCollector * | owner, | ||
| bool | isTexture | ||
| ) |
| 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 libmspub::PatternFill::getProperties(), and getProperties().
bool libmspub::ImgFill::m_isTexture [private] |
Referenced by getProperties().