Internal: the subdocument of a HanMacWrdKGraph. More...
Public Types | |
| enum | Type { Picture, FrameInFrame, Group, Text, UnformattedTable, EmptyPicture } |
| the document type More... | |
Public Member Functions | |
| SubDocument (HanMacWrdKGraph &pars, MWAWInputStreamPtr input, Type type, long id, long subId=0) | |
| constructor | |
| SubDocument (HanMacWrdKGraph &pars, MWAWInputStreamPtr input, MWAWPosition pos, Type type, long id, long subId=0) | |
| constructor | |
| virtual | ~SubDocument () |
| destructor | |
| virtual bool | operator!= (MWAWSubDocument const &doc) const |
| operator!= | |
| virtual bool | operator== (MWAWSubDocument const &doc) const |
| operator!== | |
| void | parse (MWAWListenerPtr &listener, libmwaw::SubDocumentType type) |
| the parser function | |
Protected Attributes | |
| HanMacWrdKGraph * | m_graphParser |
| the graph parser | |
| Type | m_type |
| the zone type | |
| long | m_id |
| the zone id | |
| long | m_subId |
| the zone subId ( for table cell ) | |
| MWAWPosition | m_pos |
| the position in a frame | |
Private Member Functions | |
| SubDocument (SubDocument const &orig) | |
| SubDocument & | operator= (SubDocument const &orig) |
Internal: the subdocument of a HanMacWrdKGraph.
| HanMacWrdKGraphInternal::SubDocument::SubDocument | ( | HanMacWrdKGraph & | pars, |
| MWAWInputStreamPtr | input, | ||
| Type | type, | ||
| long | id, | ||
| long | subId = 0 |
||
| ) | [inline] |
constructor
| HanMacWrdKGraphInternal::SubDocument::SubDocument | ( | HanMacWrdKGraph & | pars, |
| MWAWInputStreamPtr | input, | ||
| MWAWPosition | pos, | ||
| Type | type, | ||
| long | id, | ||
| long | subId = 0 |
||
| ) | [inline] |
constructor
| virtual HanMacWrdKGraphInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
| HanMacWrdKGraphInternal::SubDocument::SubDocument | ( | SubDocument const & | orig | ) | [private] |
| bool HanMacWrdKGraphInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [virtual] |
| SubDocument& HanMacWrdKGraphInternal::SubDocument::operator= | ( | SubDocument const & | orig | ) | [private] |
| virtual bool HanMacWrdKGraphInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
| void HanMacWrdKGraphInternal::SubDocument::parse | ( | MWAWListenerPtr & | listener, |
| libmwaw::SubDocumentType | type | ||
| ) | [virtual] |
the parser function
Implements MWAWSubDocument.
the graph parser
Referenced by operator!=(), and parse().
long HanMacWrdKGraphInternal::SubDocument::m_id [protected] |
the zone id
Referenced by operator!=(), and parse().
the position in a frame
Referenced by operator!=(), and parse().
long HanMacWrdKGraphInternal::SubDocument::m_subId [protected] |
the zone subId ( for table cell )
Referenced by operator!=(), and parse().
Type HanMacWrdKGraphInternal::SubDocument::m_type [protected] |
the zone type
Referenced by operator!=(), and parse().