libmwaw_applepict1::ColorTable Struct Reference

Internal and low level: a class used to read a color map in a Apple Pict. More...

List of all members.

Public Member Functions

 ColorTable ()
 constructor
bool read (MWAWInputStream &input)
 tries to read a colortable

Public Attributes

int m_flags
 the color table flags
std::vector< MWAWColorm_colors
 the list of colors

Friends

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

Detailed Description

Internal and low level: a class used to read a color map in a Apple Pict.


Constructor & Destructor Documentation


Member Function Documentation

tries to read a colortable


Friends And Related Function Documentation

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

operator<< for ColorTable


Member Data Documentation

the list of colors

Referenced by read().

the color table flags

Referenced by read().


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