Internal: the subdocument of a MsWksDocument. More...
Public Types | |
| enum | Type { Note, OLE, Zone, Text } |
Public Member Functions | |
| SubDocument (MsWksDocument &document, MWAWInputStreamPtr input, Type type, 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 | |
| MsWksDocument & | m_document |
| the main document | |
| Type | m_type |
| the type | |
| int | m_id |
| the subdocument id | |
Internal: the subdocument of a MsWksDocument.
| MsWksDocumentInternal::SubDocument::SubDocument | ( | MsWksDocument & | document, |
| MWAWInputStreamPtr | input, | ||
| Type | type, | ||
| int | zoneId | ||
| ) | [inline] |
| virtual MsWksDocumentInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
| bool MsWksDocumentInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [virtual] |
| virtual bool MsWksDocumentInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
| void MsWksDocumentInternal::SubDocument::parse | ( | MWAWListenerPtr & | listener, |
| libmwaw::SubDocumentType | type | ||
| ) | [virtual] |
the parser function
Implements MWAWSubDocument.
the main document
Referenced by operator!=(), and parse().
int MsWksDocumentInternal::SubDocument::m_id [protected] |
the subdocument id
Referenced by operator!=(), and parse().
Type MsWksDocumentInternal::SubDocument::m_type [protected] |
the type
Referenced by operator!=(), and parse().