Internal: the structure used to store a PICT or a MOVIE. More...
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 (int) const |
| return the number of data in a file | |
| virtual ClarisWksStruct::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) | |
Internal: the structure used to store a PICT or a MOVIE.
| ClarisWksGraphInternal::ZonePict::ZonePict | ( | Zone const & | z, |
| Type | type | ||
| ) | [inline] |
constructor
| virtual ClarisWksStruct::DSET::Child ClarisWksGraphInternal::ZonePict::getChild | ( | ) | const [inline, virtual] |
return a child corresponding to this zone
Reimplemented from ClarisWksGraphInternal::Zone.
| virtual int ClarisWksGraphInternal::ZonePict::getNumData | ( | int | ) | const [inline, virtual] |
return the number of data in a file
Reimplemented from ClarisWksGraphInternal::Zone.
| virtual Type ClarisWksGraphInternal::ZonePict::getSubType | ( | ) | const [inline, virtual] |
return the sub type
Reimplemented from ClarisWksGraphInternal::Zone.
Referenced by ClarisWksGraph::sendPicture().
| virtual Type ClarisWksGraphInternal::ZonePict::getType | ( | ) | const [inline, virtual] |
return the main type T_Picture
Reimplemented from ClarisWksGraphInternal::Zone.
| virtual void ClarisWksGraphInternal::ZonePict::print | ( | std::ostream & | o | ) | const [inline, virtual] |
print the data
Reimplemented from ClarisWksGraphInternal::Zone.
the picture entry followed by a ps entry or ole entry ( if defined)
Referenced by ClarisWksGraph::readNamedPict(), ClarisWksGraph::readOLE(), ClarisWksGraph::readPICT(), ClarisWksGraph::readPS(), and ClarisWksGraph::sendPicture().
the sub type
Referenced by getSubType(), and print().