Internal: the subdocument of a HanMacWrdJGraph. More...
Public Types | |
| enum | Type { FrameInFrame, Group, Text, UnformattedTable, EmptyPicture } |
| the document type More... | |
Public Member Functions | |
| SubDocument (HanMacWrdJGraph &pars, MWAWInputStreamPtr input, Type type, long id, long firstChar=0) | |
| constructor | |
| SubDocument (HanMacWrdJGraph &pars, MWAWInputStreamPtr input, MWAWPosition pos, Type type, long id, int firstChar=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 | |
| HanMacWrdJGraph * | m_graphParser |
| the graph parser | |
| Type | m_type |
| the zone type | |
| long | m_id |
| the zone id | |
| long | m_firstChar |
| the first char position | |
| 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 HanMacWrdJGraph.
| HanMacWrdJGraphInternal::SubDocument::SubDocument | ( | HanMacWrdJGraph & | pars, |
| MWAWInputStreamPtr | input, | ||
| Type | type, | ||
| long | id, | ||
| long | firstChar = 0 |
||
| ) | [inline] |
constructor
| HanMacWrdJGraphInternal::SubDocument::SubDocument | ( | HanMacWrdJGraph & | pars, |
| MWAWInputStreamPtr | input, | ||
| MWAWPosition | pos, | ||
| Type | type, | ||
| long | id, | ||
| int | firstChar = 0 |
||
| ) | [inline] |
constructor
| virtual HanMacWrdJGraphInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
| HanMacWrdJGraphInternal::SubDocument::SubDocument | ( | SubDocument const & | orig | ) | [private] |
| bool HanMacWrdJGraphInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [virtual] |
| SubDocument& HanMacWrdJGraphInternal::SubDocument::operator= | ( | SubDocument const & | orig | ) | [private] |
| virtual bool HanMacWrdJGraphInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
| void HanMacWrdJGraphInternal::SubDocument::parse | ( | MWAWListenerPtr & | listener, |
| libmwaw::SubDocumentType | type | ||
| ) | [virtual] |
the parser function
Implements MWAWSubDocument.
long HanMacWrdJGraphInternal::SubDocument::m_firstChar [protected] |
the first char position
Referenced by operator!=(), and parse().
the graph parser
Referenced by operator!=(), and parse().
long HanMacWrdJGraphInternal::SubDocument::m_id [protected] |
the zone id
Referenced by operator!=(), and parse().
the position in a frame
Referenced by operator!=(), and parse().
Type HanMacWrdJGraphInternal::SubDocument::m_type [protected] |
the zone type
Referenced by operator!=(), and parse().