Internal: the subdocument of a FullWrtGraph. More...
Public Member Functions | |
| SubDocument (FullWrtGraph &pars, int id, MWAWColor fontColor) | |
| constructor | |
| 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 | |
| FullWrtGraph * | m_graphParser |
| the graph parser | |
| int | m_id |
| the zone file id | |
| MWAWColor | m_fontColor |
| the default font color | |
Private Member Functions | |
| SubDocument (SubDocument const &orig) | |
| SubDocument & | operator= (SubDocument const &orig) |
Internal: the subdocument of a FullWrtGraph.
| FullWrtGraphInternal::SubDocument::SubDocument | ( | FullWrtGraph & | pars, |
| int | id, | ||
| MWAWColor | fontColor | ||
| ) | [inline] |
constructor
| virtual FullWrtGraphInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
| FullWrtGraphInternal::SubDocument::SubDocument | ( | SubDocument const & | orig | ) | [private] |
| bool FullWrtGraphInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [virtual] |
| SubDocument& FullWrtGraphInternal::SubDocument::operator= | ( | SubDocument const & | orig | ) | [private] |
| virtual bool FullWrtGraphInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
| void FullWrtGraphInternal::SubDocument::parse | ( | MWAWListenerPtr & | listener, |
| libmwaw::SubDocumentType | type | ||
| ) | [virtual] |
the parser function
Implements MWAWSubDocument.
the default font color
Referenced by operator!=(), and parse().
the graph parser
Referenced by operator!=(), and parse().
int FullWrtGraphInternal::SubDocument::m_id [protected] |
the zone file id
Referenced by operator!=(), and parse().