Internal: the subdocument of a CWGraph. More...
Public Member Functions | |
| SubDocument (CWGraph &pars, MWAWInputStreamPtr input, int zoneId, MWAWPosition pos=MWAWPosition()) | |
| virtual | ~SubDocument () |
| destructor | |
| virtual bool | operator!= (MWAWSubDocument const &doc) const |
| operator!= | |
| virtual bool | operator== (MWAWSubDocument const &doc) const |
| operator!== | |
| void | parse (MWAWContentListenerPtr &listener, libmwaw::SubDocumentType type) |
| the parser function | |
| void | parseGraphic (MWAWGraphicListenerPtr &listener, libmwaw::SubDocumentType type) |
| the graphic parser function | |
| void | parse (MWAWListenerPtr listener, libmwaw::SubDocumentType type, bool asGraphic) |
| the main parser function | |
Public Attributes | |
| CWGraph * | m_graphParser |
| the graph parser | |
Protected Attributes | |
| int | m_id |
| the subdocument id | |
| MWAWPosition | m_position |
| the position if known | |
Private Member Functions | |
| SubDocument (SubDocument const &orig) | |
| SubDocument & | operator= (SubDocument const &orig) |
Internal: the subdocument of a CWGraph.
| CWGraphInternal::SubDocument::SubDocument | ( | CWGraph & | pars, |
| MWAWInputStreamPtr | input, | ||
| int | zoneId, | ||
| MWAWPosition | pos = MWAWPosition() |
||
| ) | [inline] |
| virtual CWGraphInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
| CWGraphInternal::SubDocument::SubDocument | ( | SubDocument const & | orig | ) | [private] |
| virtual bool CWGraphInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
| SubDocument& CWGraphInternal::SubDocument::operator= | ( | SubDocument const & | orig | ) | [private] |
| virtual bool CWGraphInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
| void CWGraphInternal::SubDocument::parse | ( | MWAWContentListenerPtr & | listener, |
| libmwaw::SubDocumentType | type | ||
| ) | [inline, virtual] |
| void CWGraphInternal::SubDocument::parse | ( | MWAWListenerPtr | listener, |
| libmwaw::SubDocumentType | type, | ||
| bool | asGraphic | ||
| ) |
the main parser function
| void CWGraphInternal::SubDocument::parseGraphic | ( | MWAWGraphicListenerPtr & | listener, |
| libmwaw::SubDocumentType | type | ||
| ) | [inline, virtual] |
the graphic parser function
Reimplemented from MWAWSubDocument.
the graph parser
Referenced by operator!=(), and parse().
int CWGraphInternal::SubDocument::m_id [protected] |
the subdocument id
Referenced by operator!=(), and parse().
MWAWPosition CWGraphInternal::SubDocument::m_position [protected] |
the position if known
Referenced by parse().