Internal: the picture of a MsWksGraph. More...
Public Member Functions | |
| DataPict (Zone const &z) | |
| constructor | |
| DataPict () | |
| empty constructor | |
| virtual Type | type () const |
| return the type | |
| virtual bool | getBinaryData (MWAWInputStreamPtr ip, librevenge::RVNGBinaryData &res, std::string &type) const |
| return a binary data (if known) | |
| virtual void | print (std::ostream &o) const |
| operator<< | |
Public Attributes | |
| long | m_dataEndPos |
| the end of data (only defined when different to m_pos.end()) | |
| MWAWBox2f | m_naturalBox |
| the pict box (if known ) | |
Internal: the picture of a MsWksGraph.
| MsWksGraphInternal::DataPict::DataPict | ( | Zone const & | z | ) | [inline] |
constructor
| MsWksGraphInternal::DataPict::DataPict | ( | ) | [inline] |
empty constructor
| bool MsWksGraphInternal::DataPict::getBinaryData | ( | MWAWInputStreamPtr | ip, |
| librevenge::RVNGBinaryData & | res, | ||
| std::string & | type | ||
| ) | const [virtual] |
return a binary data (if known)
Reimplemented from MsWksGraphInternal::Zone.
| virtual void MsWksGraphInternal::DataPict::print | ( | std::ostream & | o | ) | const [inline, virtual] |
operator<<
Reimplemented from MsWksGraphInternal::Zone.
| virtual Type MsWksGraphInternal::DataPict::type | ( | ) | const [inline, virtual] |
return the type
Reimplemented from MsWksGraphInternal::Zone.
the end of data (only defined when different to m_pos.end())
Referenced by getBinaryData(), and MsWksGraph::getEntryPicture().
the pict box (if known )
Referenced by getBinaryData().