CWGraphInternal::ZonePict Struct Reference

Internal: the structure used to store a PICT or a MOVIE. More...

Inheritance diagram for CWGraphInternal::ZonePict:
CWGraphInternal::Zone

List of all members.

Public Member Functions

 ZonePict (Zone const &z, Type type)
 constructor
virtual void print (std::ostream &o) const
 print the data
virtual Type getType () const
 return the main type T_Picture
virtual Type getSubType () const
 return the sub type
virtual int getNumData () const
 return the number of data in a file
virtual CWStruct::DSET::Child getChild () const
 return a child corresponding to this zone

Public Attributes

Type m_type
 the sub type
MWAWEntry m_entries [2]
 the picture entry followed by a ps entry or ole entry ( if defined)

Detailed Description

Internal: the structure used to store a PICT or a MOVIE.


Constructor & Destructor Documentation

CWGraphInternal::ZonePict::ZonePict ( Zone const &  z,
Type  type 
) [inline]

constructor


Member Function Documentation

virtual CWStruct::DSET::Child CWGraphInternal::ZonePict::getChild ( ) const [inline, virtual]

return a child corresponding to this zone

Reimplemented from CWGraphInternal::Zone.

virtual int CWGraphInternal::ZonePict::getNumData ( ) const [inline, virtual]

return the number of data in a file

Reimplemented from CWGraphInternal::Zone.

virtual Type CWGraphInternal::ZonePict::getSubType ( ) const [inline, virtual]

return the sub type

Reimplemented from CWGraphInternal::Zone.

Referenced by CWGraph::sendPicture().

virtual Type CWGraphInternal::ZonePict::getType ( ) const [inline, virtual]

return the main type T_Picture

Reimplemented from CWGraphInternal::Zone.

virtual void CWGraphInternal::ZonePict::print ( std::ostream &  o) const [inline, virtual]

print the data

Reimplemented from CWGraphInternal::Zone.


Member Data Documentation

the picture entry followed by a ps entry or ole entry ( if defined)

Referenced by CWGraph::readNamedPict(), CWGraph::readOLE(), CWGraph::readPICT(), CWGraph::readPS(), and CWGraph::sendPicture().

the sub type

Referenced by getSubType(), and print().


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