Internal and low level: a class used to read pack/unpack color pixmap of a MacDraf5StyleManager. More...
| Public Member Functions | |
| Pixmap () | |
| bool | readPixmapData (MWAWInputStream &input) | 
| parses the pixmap data zone  More... | |
| bool | get (MWAWEmbeddedObject &picture, MWAWVec2i &pictSize, MWAWColor &avColor) const | 
| returns the pixmap  More... | |
| Public Attributes | |
| int | m_rowBytes | 
| the num of bytes used to store a row  More... | |
| MWAWBox2i | m_rect | 
| the pixmap rectangle  More... | |
| int | m_version | 
| the pixmap version  More... | |
| int | m_packType | 
| the packing format  More... | |
| long | m_packSize | 
| size of data in the packed state  More... | |
| int | m_resolution [2] | 
| horizontal/vertical definition  More... | |
| int | m_pixelType | 
| format of pixel image  More... | |
| int | m_pixelSize | 
| physical bit by image  More... | |
| int | m_compCount | 
| logical components per pixels  More... | |
| int | m_compSize | 
| logical bits by components  More... | |
| long | m_planeBytes | 
| offset to the next plane  More... | |
| std::vector< MWAWColor > | m_colorTable | 
| the color table  More... | |
| std::vector< int > | m_indices | 
| the pixmap indices  More... | |
| std::vector< MWAWColor > | m_colors | 
| the colors  More... | |
| int | m_mode | 
| the encoding mode ?  More... | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, Pixmap const &f) | 
| operator<< for Pixmap  More... | |
Internal and low level: a class used to read pack/unpack color pixmap of a MacDraf5StyleManager.
| 
 | inline | 
| 
 | inline | 
returns the pixmap
| 
 | inline | 
parses the pixmap data zone
| std::vector<MWAWColor> MacDraft5StyleManagerInternal::Pixmap::m_colors | 
the colors
Referenced by get(), and readPixmapData().
| std::vector<MWAWColor> MacDraft5StyleManagerInternal::Pixmap::m_colorTable | 
the color table
Referenced by get(), and readPixmapData().
| int MacDraft5StyleManagerInternal::Pixmap::m_compCount | 
logical components per pixels
| int MacDraft5StyleManagerInternal::Pixmap::m_compSize | 
logical bits by components
| std::vector<int> MacDraft5StyleManagerInternal::Pixmap::m_indices | 
the pixmap indices
Referenced by get(), and readPixmapData().
| int MacDraft5StyleManagerInternal::Pixmap::m_mode | 
the encoding mode ?
| long MacDraft5StyleManagerInternal::Pixmap::m_packSize | 
size of data in the packed state
| int MacDraft5StyleManagerInternal::Pixmap::m_packType | 
the packing format
| int MacDraft5StyleManagerInternal::Pixmap::m_pixelSize | 
physical bit by image
Referenced by readPixmapData().
| int MacDraft5StyleManagerInternal::Pixmap::m_pixelType | 
format of pixel image
| long MacDraft5StyleManagerInternal::Pixmap::m_planeBytes | 
offset to the next plane
| MWAWBox2i MacDraft5StyleManagerInternal::Pixmap::m_rect | 
the pixmap rectangle
Referenced by get(), and readPixmapData().
| int MacDraft5StyleManagerInternal::Pixmap::m_resolution[2] | 
horizontal/vertical definition
Referenced by Pixmap().
| int MacDraft5StyleManagerInternal::Pixmap::m_rowBytes | 
the num of bytes used to store a row
Referenced by readPixmapData().
| int MacDraft5StyleManagerInternal::Pixmap::m_version | 
the pixmap version