PixelPaintParserInternal::State Struct Reference

Internal: the state of a PixelPaintParser. More...

Public Member Functions

 State ()
 constructor More...
 

Public Attributes

MWAWVec2i m_bitmapSize
 the bitmap size(v1) More...
 
std::vector< MWAWColorm_colorList
 the color map More...
 
std::shared_ptr< MWAWPictm_bitmap
 the bitmap More...
 

Detailed Description

Internal: the state of a PixelPaintParser.

Constructor & Destructor Documentation

◆ State()

PixelPaintParserInternal::State::State ( )
inline

constructor

Member Data Documentation

◆ m_bitmap

std::shared_ptr<MWAWPict> PixelPaintParserInternal::State::m_bitmap

the bitmap

◆ m_bitmapSize

MWAWVec2i PixelPaintParserInternal::State::m_bitmapSize

the bitmap size(v1)

◆ m_colorList

std::vector<MWAWColor> PixelPaintParserInternal::State::m_colorList

the color map


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

Generated for libmwaw by doxygen 1.8.14