Internal: the picture of a MSKGraph. More...
Public Member Functions | |
DataPict (Zone const &z) | |
constructor | |
DataPict () | |
empty constructor | |
virtual Type | type () const |
return the type | |
virtual bool | getBinaryData (MWAWInputStreamPtr ip, WPXBinaryData &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()) | |
Box2f | m_naturalBox |
the pict box (if known ) |
Internal: the picture of a MSKGraph.
MSKGraphInternal::DataPict::DataPict | ( | Zone const & | z | ) | [inline] |
constructor
MSKGraphInternal::DataPict::DataPict | ( | ) | [inline] |
empty constructor
bool MSKGraphInternal::DataPict::getBinaryData | ( | MWAWInputStreamPtr | ip, |
WPXBinaryData & | res, | ||
std::string & | type | ||
) | const [virtual] |
return a binary data (if known)
Reimplemented from MSKGraphInternal::Zone.
virtual void MSKGraphInternal::DataPict::print | ( | std::ostream & | o | ) | const [inline, virtual] |
operator<<
Reimplemented from MSKGraphInternal::Zone.
virtual Type MSKGraphInternal::DataPict::type | ( | ) | const [inline, virtual] |
return the type
Reimplemented from MSKGraphInternal::Zone.
the end of data (only defined when different to m_pos.end())
Referenced by getBinaryData(), and MSKGraph::getEntryPicture().
the pict box (if known )
Referenced by getBinaryData().