Internal: the subdocument of a RagTime5Parser. More...
Public Member Functions | |
| SubDocument (RagTime5Parser &pars, MWAWInputStreamPtr input, int zoneId) | |
| 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 | |
| int | m_id |
| the subdocument id | |
Internal: the subdocument of a RagTime5Parser.
| RagTime5ParserInternal::SubDocument::SubDocument | ( | RagTime5Parser & | pars, |
| MWAWInputStreamPtr | input, | ||
| int | zoneId | ||
| ) | [inline] |
| virtual RagTime5ParserInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
| bool RagTime5ParserInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [virtual] |
| virtual bool RagTime5ParserInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
| void RagTime5ParserInternal::SubDocument::parse | ( | MWAWListenerPtr & | listener, |
| libmwaw::SubDocumentType | type | ||
| ) | [virtual] |
the parser function
Implements MWAWSubDocument.
int RagTime5ParserInternal::SubDocument::m_id [protected] |
the subdocument id
Referenced by operator!=().