Internal: structure to store a bitmap of a ClarisWksGraph. More...
Public Member Functions | |
| Bitmap (ClarisWksStruct::DSET const &dset=ClarisWksStruct::DSET()) | |
| constructor | |
Public Attributes | |
| int | m_numBytesPerPixel |
| the number of bite by pixel | |
| MWAWVec2i | m_bitmapSize |
| the bitmap size | |
| int | m_bitmapRowSize |
| the bitmap row size in the file ( with potential alignment) | |
| MWAWEntry | m_entry |
| the bitmap entry | |
| std::vector< MWAWColor > | m_colorMap |
| the color map | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Bitmap const &bt) |
| operator<< | |
Internal: structure to store a bitmap of a ClarisWksGraph.
| ClarisWksGraphInternal::Bitmap::Bitmap | ( | ClarisWksStruct::DSET const & | dset = ClarisWksStruct::DSET() | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| Bitmap const & | bt | ||
| ) | [friend] |
operator<<
the bitmap row size in the file ( with potential alignment)
Referenced by ClarisWksGraph::readBitmapData(), and ClarisWksGraph::sendBitmap().
the bitmap size
Referenced by ClarisWksGraph::readBitmapData(), and ClarisWksGraph::sendBitmap().
| std::vector<MWAWColor> ClarisWksGraphInternal::Bitmap::m_colorMap |
the color map
Referenced by ClarisWksGraph::sendBitmap().
the bitmap entry
Referenced by ClarisWksGraph::readBitmapData(), and ClarisWksGraph::sendBitmap().
the number of bite by pixel
Referenced by ClarisWksGraph::readBitmapData(), and ClarisWksGraph::sendBitmap().