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