libmwaw_applepict1::Pixpattern Struct Reference

Internal and low level: a class used to read pack/unpack color pixmap (version 2) More...

List of all members.

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< Pixmapm_pixmap
 the pixmap (if this is not an rgb color)

Friends

std::ostream & operator<< (std::ostream &o, Pixpattern const &f)
 operator<< for Pixmap

Detailed Description

Internal and low level: a class used to read pack/unpack color pixmap (version 2)


Constructor & Destructor Documentation


Member Function Documentation

tries to read a pixpat


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Pixpattern const &  f 
) [friend]

operator<< for Pixmap


Member Data Documentation

the pattern

Referenced by Pixpattern(), and read().

the pixmap (if this is not an rgb color)

Referenced by read().


The documentation for this struct was generated from the following file: