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