ClarisDrawGraphInternal::Bitmap Struct Reference

Internal: structure to store a bitmap of a ClarisDrawGraph. More...

Inheritance diagram for ClarisDrawGraphInternal::Bitmap:
ClarisWksStruct::DSET

List of all members.

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< MWAWColorm_colorMap
 the color map

Friends

std::ostream & operator<< (std::ostream &o, Bitmap const &bt)
 operator<<

Detailed Description

Internal: structure to store a bitmap of a ClarisDrawGraph.


Constructor & Destructor Documentation


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Bitmap const &  bt 
) [friend]

operator<<


Member Data Documentation

the bitmap row size in the file ( with potential alignment)

Referenced by ClarisDrawGraph::readBitmapData(), and ClarisDrawGraph::sendBitmap().


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