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