Internal: the subdocument of a MWAWParser. More...
Public Member Functions | |
| SubDocument (MWAWHeaderFooter const &headerFooter) | |
| 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 | |
| MWAWHeaderFooter const & | m_headerFooter |
| the header footer | |
Internal: the subdocument of a MWAWParser.
| MWAWPageSpanInternal::SubDocument::SubDocument | ( | MWAWHeaderFooter const & | headerFooter | ) | [inline] |
constructor
| virtual MWAWPageSpanInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
| virtual bool MWAWPageSpanInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
| virtual bool MWAWPageSpanInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
| void MWAWPageSpanInternal::SubDocument::parse | ( | MWAWListenerPtr & | listener, |
| libmwaw::SubDocumentType | type | ||
| ) | [virtual] |
the parser function
Implements MWAWSubDocument.
MWAWHeaderFooter const& MWAWPageSpanInternal::SubDocument::m_headerFooter [protected] |
the header footer
Referenced by operator!=(), and parse().