MSKGraphInternal::DataPict Struct Reference

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

Inheritance diagram for MSKGraphInternal::DataPict:
MSKGraphInternal::Zone

List of all members.

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 )

Detailed Description

Internal: the picture of a MSKGraph.


Constructor & Destructor Documentation

MSKGraphInternal::DataPict::DataPict ( Zone const &  z) [inline]

constructor

empty constructor


Member Function Documentation

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.


Member Data Documentation

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().


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