Internal: the subdocument of a STOFFChart. More...
Public Member Functions | |
SubDocument (STOFFChart *chart, STOFFChart::TextZone::Type textZone) | |
virtual | ~SubDocument () |
destructor | |
virtual bool | operator!= (STOFFSubDocument const &doc) const |
operator!= | |
virtual bool | operator== (STOFFSubDocument const &doc) const |
operator!== | |
void | parse (STOFFListenerPtr &listener, libstoff::SubDocumentType type) |
the parser function | |
Protected Attributes | |
STOFFChart * | m_chart |
the chart | |
STOFFChart::TextZone::Type | m_textZone |
the textzone type | |
Private Member Functions | |
SubDocument (SubDocument const &orig) | |
SubDocument & | operator= (SubDocument const &orig) |
Internal: the subdocument of a STOFFChart.
STOFFChartInternal::SubDocument::SubDocument | ( | STOFFChart * | chart, |
STOFFChart::TextZone::Type | textZone | ||
) | [inline] |
virtual STOFFChartInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
STOFFChartInternal::SubDocument::SubDocument | ( | SubDocument const & | orig | ) | [private] |
virtual bool STOFFChartInternal::SubDocument::operator!= | ( | STOFFSubDocument const & | doc | ) | const [inline, virtual] |
SubDocument& STOFFChartInternal::SubDocument::operator= | ( | SubDocument const & | orig | ) | [private] |
virtual bool STOFFChartInternal::SubDocument::operator== | ( | STOFFSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from STOFFSubDocument.
void STOFFChartInternal::SubDocument::parse | ( | STOFFListenerPtr & | listener, |
libstoff::SubDocumentType | type | ||
) | [virtual] |
the parser function
Implements STOFFSubDocument.
STOFFChart* STOFFChartInternal::SubDocument::m_chart [protected] |
the chart
Referenced by operator!=(), and parse().
the textzone type
Referenced by operator!=(), and parse().