Internal: the subdocument of a NSText. More...
Public Member Functions | |
| SubDocument (NSText &pars, MWAWInputStreamPtr input, int id, libmwaw::SubDocumentType type) | |
| 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 | |
Protected Attributes | |
| NSText * | m_textParser |
| the text parser | |
| int | m_id |
| the subdocument id | |
| libmwaw::SubDocumentType | m_type |
| the subdocument type | |
Private Member Functions | |
| SubDocument (SubDocument const &orig) | |
| SubDocument & | operator= (SubDocument const &orig) |
Internal: the subdocument of a NSText.
| NSTextInternal::SubDocument::SubDocument | ( | NSText & | pars, |
| MWAWInputStreamPtr | input, | ||
| int | id, | ||
| libmwaw::SubDocumentType | type | ||
| ) | [inline] |
| virtual NSTextInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
| NSTextInternal::SubDocument::SubDocument | ( | SubDocument const & | orig | ) | [private] |
| bool NSTextInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [virtual] |
| SubDocument& NSTextInternal::SubDocument::operator= | ( | SubDocument const & | orig | ) | [private] |
| virtual bool NSTextInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
| void NSTextInternal::SubDocument::parse | ( | MWAWContentListenerPtr & | listener, |
| libmwaw::SubDocumentType | type | ||
| ) | [virtual] |
the parser function
Implements MWAWSubDocument.
int NSTextInternal::SubDocument::m_id [protected] |
the subdocument id
Referenced by operator!=(), and parse().
NSText* NSTextInternal::SubDocument::m_textParser [protected] |
the text parser
Referenced by operator!=(), and parse().
the subdocument type
Referenced by operator!=(), and parse().