Internal: the subdocument of a WriterPlsParser. More...
Public Member Functions | |
| SubDocument (WriterPlsParser &pars, MWAWInputStreamPtr input, int zoneId) | |
| virtual | ~SubDocument () |
| destructor | |
| virtual bool | operator!= (MWAWSubDocument const &doc) const |
| operator!= | |
| virtual bool | operator== (MWAWSubDocument const &doc) const |
| operator!== | |
| int | getId () const |
| returns the subdocument id | |
| void | setId (int vid) |
| sets the subdocument id | |
| void | parse (MWAWListenerPtr &listener, libmwaw::SubDocumentType type) |
| the parser function | |
Protected Attributes | |
| int | m_id |
| the subdocument id | |
Internal: the subdocument of a WriterPlsParser.
| WriterPlsParserInternal::SubDocument::SubDocument | ( | WriterPlsParser & | pars, |
| MWAWInputStreamPtr | input, | ||
| int | zoneId | ||
| ) | [inline] |
| virtual WriterPlsParserInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
| int WriterPlsParserInternal::SubDocument::getId | ( | ) | const [inline] |
returns the subdocument id
| virtual bool WriterPlsParserInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
| virtual bool WriterPlsParserInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
| void WriterPlsParserInternal::SubDocument::parse | ( | MWAWListenerPtr & | listener, |
| libmwaw::SubDocumentType | type | ||
| ) | [virtual] |
the parser function
Implements MWAWSubDocument.
| void WriterPlsParserInternal::SubDocument::setId | ( | int | vid | ) | [inline] |
sets the subdocument id
int WriterPlsParserInternal::SubDocument::m_id [protected] |
the subdocument id
Referenced by getId(), operator!=(), parse(), and setId().