Internal: the subdocument of a BWText. More...
Public Member Functions | |
SubDocument (BWText &pars, MWAWInputStreamPtr input, int hFId, int sId) | |
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 | |
BWText * | m_textParser |
the text parser | |
int | m_hfId |
the header/footer id | |
int | m_sectId |
the section id | |
Private Member Functions | |
SubDocument (SubDocument const &orig) | |
SubDocument & | operator= (SubDocument const &orig) |
Internal: the subdocument of a BWText.
BWTextInternal::SubDocument::SubDocument | ( | BWText & | pars, |
MWAWInputStreamPtr | input, | ||
int | hFId, | ||
int | sId | ||
) | [inline] |
virtual BWTextInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
BWTextInternal::SubDocument::SubDocument | ( | SubDocument const & | orig | ) | [private] |
bool BWTextInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [virtual] |
SubDocument& BWTextInternal::SubDocument::operator= | ( | SubDocument const & | orig | ) | [private] |
virtual bool BWTextInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
void BWTextInternal::SubDocument::parse | ( | MWAWContentListenerPtr & | listener, |
libmwaw::SubDocumentType | type | ||
) | [virtual] |
the parser function
Implements MWAWSubDocument.
int BWTextInternal::SubDocument::m_hfId [protected] |
the header/footer id
Referenced by operator!=(), and parse().
int BWTextInternal::SubDocument::m_sectId [protected] |
the section id
Referenced by operator!=(), and parse().
BWText* BWTextInternal::SubDocument::m_textParser [protected] |
the text parser
Referenced by operator!=(), and parse().