Internal: the subdocument of a MacDrawProParser. More...
Public Member Functions | |
| SubDocument (MacDrawProParser &pars, MWAWInputStreamPtr input, int zoneId) | |
| constructor given an zone id | |
| SubDocument (MacDrawProParser &pars, MWAWInputStreamPtr input, MWAWEntry const &labelEntry) | |
| constructor given a label entry | |
| 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 | |
| MWAWEntry | m_labelEntry |
| the label entry | |
Private Member Functions | |
| SubDocument (SubDocument const &orig) | |
| SubDocument & | operator= (SubDocument const &orig) |
Internal: the subdocument of a MacDrawProParser.
| MacDrawProParserInternal::SubDocument::SubDocument | ( | MacDrawProParser & | pars, |
| MWAWInputStreamPtr | input, | ||
| int | zoneId | ||
| ) | [inline] |
constructor given an zone id
| MacDrawProParserInternal::SubDocument::SubDocument | ( | MacDrawProParser & | pars, |
| MWAWInputStreamPtr | input, | ||
| MWAWEntry const & | labelEntry | ||
| ) | [inline] |
constructor given a label entry
| virtual MacDrawProParserInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
| MacDrawProParserInternal::SubDocument::SubDocument | ( | SubDocument const & | orig | ) | [private] |
| virtual bool MacDrawProParserInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
| SubDocument& MacDrawProParserInternal::SubDocument::operator= | ( | SubDocument const & | orig | ) | [private] |
| virtual bool MacDrawProParserInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
| void MacDrawProParserInternal::SubDocument::parse | ( | MWAWListenerPtr & | listener, |
| libmwaw::SubDocumentType | type | ||
| ) | [virtual] |
the parser function
Implements MWAWSubDocument.
int MacDrawProParserInternal::SubDocument::m_id [protected] |
the subdocument id
Referenced by operator!=(), and parse().
the label entry
Referenced by operator!=(), and parse().