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