Internal: the subdocument of a MWAWChart. More...
Public Member Functions | |
| SubDocument (MWAWChart *chart, MWAWChart::TextZone::Type textZone) | |
| 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 | |
| MWAWChart * | m_chart |
| the chart | |
| MWAWChart::TextZone::Type | m_textZone |
| the textzone type | |
Private Member Functions | |
| SubDocument (SubDocument const &orig) | |
| SubDocument & | operator= (SubDocument const &orig) |
Internal: the subdocument of a MWAWChart.
| MWAWChartInternal::SubDocument::SubDocument | ( | MWAWChart * | chart, |
| MWAWChart::TextZone::Type | textZone | ||
| ) | [inline] |
| virtual MWAWChartInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
| MWAWChartInternal::SubDocument::SubDocument | ( | SubDocument const & | orig | ) | [private] |
| virtual bool MWAWChartInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
| SubDocument& MWAWChartInternal::SubDocument::operator= | ( | SubDocument const & | orig | ) | [private] |
| virtual bool MWAWChartInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
| void MWAWChartInternal::SubDocument::parse | ( | MWAWListenerPtr & | listener, |
| libmwaw::SubDocumentType | type | ||
| ) | [virtual] |
the parser function
Implements MWAWSubDocument.
MWAWChart* MWAWChartInternal::SubDocument::m_chart [protected] |
the chart
Referenced by operator!=(), and parse().
the textzone type
Referenced by operator!=(), and parse().