StarBitmapInternal::Bitmap Struct Reference

internal: the bitmap information More...

List of all members.

Public Member Functions

 Bitmap ()
 constructor
bool getPPMData (librevenge::RVNGBinaryData &data) const
 try to return a ppm data (without alpha)

Public Attributes

uint32_t m_width
 bitmap width
uint32_t m_height
 bitmap height
uint16_t m_planes
 the number of planes
uint16_t m_bitCount
 the bit count
uint32_t m_compression
 related to compression
uint32_t m_sizeImage
 the image size?
uint32_t m_pixelsPerMeter [2]
 the number of x/y pixel by meters
bool m_hasAlphaColor
 a flag to know if the color has alpha component
uint32_t m_numColors [2]
 the number of used column (used, other)
std::vector< STOFFColorm_colorsList
 the bitmap color list
std::vector< int > m_indexDataList
 the index bitmap data
std::vector< STOFFColorm_colorDataList
 the color bitmap data

Friends

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

Detailed Description

internal: the bitmap information


Constructor & Destructor Documentation

constructor


Member Function Documentation

bool StarBitmapInternal::Bitmap::getPPMData ( librevenge::RVNGBinaryData &  data) const [inline]

try to return a ppm data (without alpha)

Referenced by StarBitmap::readBitmap().


Friends And Related Function Documentation

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

operator<<


Member Data Documentation

the bitmap color list

Referenced by getPPMData(), and StarBitmap::readBitmap().

a flag to know if the color has alpha component

Referenced by StarBitmap::readBitmap(), and StarBitmap::readBitmapInformation().

the index bitmap data

Referenced by getPPMData(), and StarBitmap::readBitmapData().

the number of used column (used, other)

Referenced by Bitmap(), StarBitmap::readBitmap(), and StarBitmap::readBitmapInformation().

the number of x/y pixel by meters

Referenced by Bitmap(), and StarBitmap::readBitmapInformation().

the number of planes

Referenced by StarBitmap::readBitmapInformation().


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