Internal: the bitmap of a MSKGraph. More...
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 ) |
Internal: the bitmap of a MSKGraph.
MSKGraphInternal::DataBitmap::DataBitmap | ( | Zone const & | z | ) | [inline] |
constructor
MSKGraphInternal::DataBitmap::DataBitmap | ( | ) | [inline] |
empty constructor
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.
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 number of rows
Referenced by MSKGraph::getEntryPicture(), and print().