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