Internal: the subdocument of a ClarisDrawGraph. More...
Public Member Functions | |
| SubDocument (ClarisDrawGraph &pars, MWAWInputStreamPtr input, int zoneId, int subId) | |
| constructor for zone | |
| SubDocument (ClarisDrawGraph &pars, MWAWInputStreamPtr input, std::string const &label) | |
| constructor for label | |
| 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 | |
Public Attributes | |
| ClarisDrawGraph * | m_graphParser |
| the graph parser | |
Protected Attributes | |
| int | m_id |
| the subdocument id | |
| int | m_subId |
| the subdocument sub id | |
| std::string | m_label |
| the label | |
Private Member Functions | |
| SubDocument (SubDocument const &orig) | |
| SubDocument & | operator= (SubDocument const &orig) |
Internal: the subdocument of a ClarisDrawGraph.
| ClarisDrawGraphInternal::SubDocument::SubDocument | ( | ClarisDrawGraph & | pars, |
| MWAWInputStreamPtr | input, | ||
| int | zoneId, | ||
| int | subId | ||
| ) | [inline] |
constructor for zone
| ClarisDrawGraphInternal::SubDocument::SubDocument | ( | ClarisDrawGraph & | pars, |
| MWAWInputStreamPtr | input, | ||
| std::string const & | label | ||
| ) | [inline] |
constructor for label
| virtual ClarisDrawGraphInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
| ClarisDrawGraphInternal::SubDocument::SubDocument | ( | SubDocument const & | orig | ) | [private] |
| virtual bool ClarisDrawGraphInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
| SubDocument& ClarisDrawGraphInternal::SubDocument::operator= | ( | SubDocument const & | orig | ) | [private] |
| virtual bool ClarisDrawGraphInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
| void ClarisDrawGraphInternal::SubDocument::parse | ( | MWAWListenerPtr & | listener, |
| libmwaw::SubDocumentType | type | ||
| ) | [virtual] |
the parser function
Implements MWAWSubDocument.
the graph parser
Referenced by operator!=(), and parse().
int ClarisDrawGraphInternal::SubDocument::m_id [protected] |
the subdocument id
Referenced by operator!=(), and parse().
std::string ClarisDrawGraphInternal::SubDocument::m_label [protected] |
the label
Referenced by operator!=(), and parse().
int ClarisDrawGraphInternal::SubDocument::m_subId [protected] |
the subdocument sub id
Referenced by operator!=(), and parse().