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