Internal: the subdocument of a MoreText. More...
Public Member Functions | |
| SubDocument (MoreText &pars, MWAWInputStreamPtr input, int zId, int what) | |
| 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 | |
| MoreText * | m_textParser |
| the text parser | |
| int | m_id |
| the subdocument id | |
| int | m_what |
| a int to know what to send 0: header/footer, 1: comment, 2:note | |
Private Member Functions | |
| SubDocument (SubDocument const &orig) | |
| SubDocument & | operator= (SubDocument const &orig) |
Internal: the subdocument of a MoreText.
| MoreTextInternal::SubDocument::SubDocument | ( | MoreText & | pars, |
| MWAWInputStreamPtr | input, | ||
| int | zId, | ||
| int | what | ||
| ) | [inline] |
| virtual MoreTextInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
| MoreTextInternal::SubDocument::SubDocument | ( | SubDocument const & | orig | ) | [private] |
| bool MoreTextInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [virtual] |
| SubDocument& MoreTextInternal::SubDocument::operator= | ( | SubDocument const & | orig | ) | [private] |
| virtual bool MoreTextInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
| void MoreTextInternal::SubDocument::parse | ( | MWAWListenerPtr & | listener, |
| libmwaw::SubDocumentType | type | ||
| ) | [virtual] |
the parser function
Implements MWAWSubDocument.
int MoreTextInternal::SubDocument::m_id [protected] |
the subdocument id
Referenced by operator!=(), and parse().
MoreText* MoreTextInternal::SubDocument::m_textParser [protected] |
the text parser
Referenced by operator!=(), and parse().
int MoreTextInternal::SubDocument::m_what [protected] |
a int to know what to send 0: header/footer, 1: comment, 2:note
Referenced by operator!=(), and parse().