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