Internal: structure to store a bitmap of a CWGraph. More...
Public Member Functions | |
Bitmap (CWStruct::DSET const &dset=CWStruct::DSET()) | |
constructor | |
Public Attributes | |
int | m_bitmapType |
the bitmap type | |
Vec2i | m_size |
the bitmap size | |
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 CWGraph.
CWGraphInternal::Bitmap::Bitmap | ( | CWStruct::DSET const & | dset = CWStruct::DSET() | ) | [inline] |
constructor
std::ostream& operator<< | ( | std::ostream & | o, |
Bitmap const & | bt | ||
) | [friend] |
operator<<
the bitmap type
Referenced by CWGraph::readBitmapData(), and CWGraph::sendBitmap().
std::vector<MWAWColor> CWGraphInternal::Bitmap::m_colorMap |
the color map
Referenced by CWGraph::sendBitmap().
the bitmap entry
Referenced by CWGraph::readBitmapData(), and CWGraph::sendBitmap().
the bitmap size
Reimplemented from CWStruct::DSET.
Referenced by CWGraph::readBitmapData(), and CWGraph::sendBitmap().