MSKGraphInternal::DataBitmap Struct Reference

Internal: the bitmap of a MSKGraph. More...

Inheritance diagram for MSKGraphInternal::DataBitmap:
MSKGraphInternal::Zone

List of all members.

Public Member Functions

 DataBitmap (Zone const &z)
 constructor
 DataBitmap ()
 empty constructor
virtual Type type () const
 return the type
bool getPictureData (MWAWInputStreamPtr ip, WPXBinaryData &res, std::string &type, std::vector< MWAWColor > const &palette) const
 return a binary data (if known)
virtual void print (std::ostream &o) const
 operator<<

Public Attributes

int m_numRows
 the number of rows
int m_numCols
 the number of columns
long m_dataSize
 the bitmap data size
Box2f m_naturalBox
 the pict box (if known )

Detailed Description

Internal: the bitmap of a MSKGraph.


Constructor & Destructor Documentation

constructor

empty constructor


Member Function Documentation

bool MSKGraphInternal::DataBitmap::getPictureData ( MWAWInputStreamPtr  ip,
WPXBinaryData &  res,
std::string &  type,
std::vector< MWAWColor > const &  palette 
) const

return a binary data (if known)

Referenced by MSKGraph::send().

virtual void MSKGraphInternal::DataBitmap::print ( std::ostream &  o) const [inline, virtual]

operator<<

Reimplemented from MSKGraphInternal::Zone.

virtual Type MSKGraphInternal::DataBitmap::type ( ) const [inline, virtual]

return the type

Reimplemented from MSKGraphInternal::Zone.


Member Data Documentation

the bitmap data size

Referenced by MSKGraph::getEntryPicture(), and print().

the pict box (if known )

the number of columns

Referenced by MSKGraph::getEntryPicture(), and print().


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