Internal: the subdocument of a MORText. More...
Public Member Functions | |
SubDocument (MORText &pars, MWAWInputStreamPtr input, int zId, int what) | |
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 | |
MORText * | m_textParser |
the text parser | |
int | m_id |
the subdocument id | |
int | m_what |
a int to know what to send 0: header/footer, 1: comment, 2:note | |
Private Member Functions | |
SubDocument (SubDocument const &orig) | |
SubDocument & | operator= (SubDocument const &orig) |
Internal: the subdocument of a MORText.
MORTextInternal::SubDocument::SubDocument | ( | MORText & | pars, |
MWAWInputStreamPtr | input, | ||
int | zId, | ||
int | what | ||
) | [inline] |
virtual MORTextInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
MORTextInternal::SubDocument::SubDocument | ( | SubDocument const & | orig | ) | [private] |
bool MORTextInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [virtual] |
SubDocument& MORTextInternal::SubDocument::operator= | ( | SubDocument const & | orig | ) | [private] |
virtual bool MORTextInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
void MORTextInternal::SubDocument::parse | ( | MWAWContentListenerPtr & | listener, |
libmwaw::SubDocumentType | type | ||
) | [virtual] |
the parser function
Implements MWAWSubDocument.
int MORTextInternal::SubDocument::m_id [protected] |
the subdocument id
Referenced by operator!=(), and parse().
MORText* MORTextInternal::SubDocument::m_textParser [protected] |
the text parser
Referenced by operator!=(), and parse().
int MORTextInternal::SubDocument::m_what [protected] |
a int to know what to send 0: header/footer, 1: comment, 2:note
Referenced by operator!=(), and parse().