Internal and low level: a class used to read pack/unpack color pixmap (version 2) More...
Public Member Functions | |
Pixpattern () | |
bool | read (MWAWInputStream &input) |
tries to read a pixpat | |
Public Attributes | |
MWAWColor | m_color |
the color | |
int | m_pat [8] |
the pattern | |
shared_ptr< Pixmap > | m_pixmap |
the pixmap (if this is not an rgb color) | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Pixpattern const &f) |
operator<< for Pixmap |
Internal and low level: a class used to read pack/unpack color pixmap (version 2)
libmwaw_applepict1::Pixpattern::Pixpattern | ( | ) | [inline] |
bool libmwaw_applepict1::Pixpattern::read | ( | MWAWInputStream & | input | ) | [inline] |
tries to read a pixpat
std::ostream& operator<< | ( | std::ostream & | o, |
Pixpattern const & | f | ||
) | [friend] |
operator<< for Pixmap
the color
Referenced by read().
the pattern
Referenced by Pixpattern(), and read().
shared_ptr<Pixmap> libmwaw_applepict1::Pixpattern::m_pixmap |
the pixmap (if this is not an rgb color)
Referenced by read().