Internal: the subdocument of a MSWParser. More...
Public Member Functions | |
| SubDocument (MSWParser &pars, MWAWInputStreamPtr input, int id, libmwaw::SubDocumentType type) | |
| constructor for footnote, comment | |
| SubDocument (MSWParser &pars, MWAWInputStreamPtr input, MWAWEntry entry, libmwaw::SubDocumentType type) | |
| constructor for header/footer | |
| SubDocument (MSWParser &pars, MWAWInputStreamPtr input, long fPos, int cPos) | |
| constructor for picture | |
| 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 | |
| int | m_id |
| the subdocument id | |
| libmwaw::SubDocumentType | m_type |
| the subdocument type | |
| long | m_pictFPos |
| the picture file position | |
| int | m_pictCPos |
| the picture char position | |
Internal: the subdocument of a MSWParser.
| MSWParserInternal::SubDocument::SubDocument | ( | MSWParser & | pars, |
| MWAWInputStreamPtr | input, | ||
| int | id, | ||
| libmwaw::SubDocumentType | type | ||
| ) | [inline] |
constructor for footnote, comment
| MSWParserInternal::SubDocument::SubDocument | ( | MSWParser & | pars, |
| MWAWInputStreamPtr | input, | ||
| MWAWEntry | entry, | ||
| libmwaw::SubDocumentType | type | ||
| ) | [inline] |
constructor for header/footer
| MSWParserInternal::SubDocument::SubDocument | ( | MSWParser & | pars, |
| MWAWInputStreamPtr | input, | ||
| long | fPos, | ||
| int | cPos | ||
| ) | [inline] |
constructor for picture
| virtual MSWParserInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
| bool MSWParserInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [virtual] |
| virtual bool MSWParserInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
| void MSWParserInternal::SubDocument::parse | ( | MWAWContentListenerPtr & | listener, |
| libmwaw::SubDocumentType | type | ||
| ) | [virtual] |
the parser function
Implements MWAWSubDocument.
int MSWParserInternal::SubDocument::m_id [protected] |
the subdocument id
Referenced by operator!=(), and parse().
int MSWParserInternal::SubDocument::m_pictCPos [protected] |
the picture char position
Referenced by operator!=(), and parse().
long MSWParserInternal::SubDocument::m_pictFPos [protected] |
the picture file position
Referenced by operator!=(), and parse().
the subdocument type
Referenced by operator!=(), and parse().