#include <Fill.h>
Public Member Functions | |
| ImgFill (unsigned imgIndex, const MSPUBCollector *owner, bool isTexture, int rotation) | |
| virtual void | getProperties (librevenge::RVNGPropertyList *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 |
| libmspub::ImgFill::ImgFill | ( | unsigned | imgIndex, |
| const MSPUBCollector * | owner, | ||
| bool | isTexture, | ||
| int | rotation | ||
| ) |
| libmspub::ImgFill::ImgFill | ( | const ImgFill & | ) | [inline, private] |
| void libmspub::ImgFill::getProperties | ( | librevenge::RVNGPropertyList * | 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().