Internal: the bitmap of a MsWksGraph. More...
Public Member Functions | |
| DataBitmap (Zone const &z) | |
| constructor | |
| DataBitmap () | |
| empty constructor | |
| virtual Type | type () const |
| return the type | |
| bool | getPictureData (MWAWInputStreamPtr ip, librevenge::RVNGBinaryData &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 | |
| MWAWBox2f | m_naturalBox |
| the pict box (if known ) | |
Internal: the bitmap of a MsWksGraph.
| MsWksGraphInternal::DataBitmap::DataBitmap | ( | Zone const & | z | ) | [inline] |
constructor
| MsWksGraphInternal::DataBitmap::DataBitmap | ( | ) | [inline] |
empty constructor
| bool MsWksGraphInternal::DataBitmap::getPictureData | ( | MWAWInputStreamPtr | ip, |
| librevenge::RVNGBinaryData & | res, | ||
| std::string & | type, | ||
| std::vector< MWAWColor > const & | palette | ||
| ) | const |
return a binary data (if known)
Referenced by MsWksGraph::send().
| virtual void MsWksGraphInternal::DataBitmap::print | ( | std::ostream & | o | ) | const [inline, virtual] |
operator<<
Reimplemented from MsWksGraphInternal::Zone.
| virtual Type MsWksGraphInternal::DataBitmap::type | ( | ) | const [inline, virtual] |
return the type
Reimplemented from MsWksGraphInternal::Zone.
the bitmap data size
Referenced by MsWksGraph::getEntryPicture(), and print().
the pict box (if known )
the number of columns
Referenced by MsWksGraph::getEntryPicture(), and print().
the number of rows
Referenced by MsWksGraph::getEntryPicture(), and print().