Internal: the subdocument of a GWGraph. More...
Public Member Functions | |
SubDocument (GWGraph &pars, MWAWInputStreamPtr input, MWAWEntry entry) | |
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) |
the parser function | |
void | parseGraphic (MWAWGraphicListenerPtr &listener, libmwaw::SubDocumentType) |
the graphic parser function | |
Protected Member Functions | |
void | parse (MWAWListenerPtr listener, bool inGraphic) |
the parser function | |
Protected Attributes | |
GWGraph * | m_graphParser |
the graph parser | |
Private Member Functions | |
SubDocument (SubDocument const &orig) | |
SubDocument & | operator= (SubDocument const &orig) |
Internal: the subdocument of a GWGraph.
GWGraphInternal::SubDocument::SubDocument | ( | GWGraph & | pars, |
MWAWInputStreamPtr | input, | ||
MWAWEntry | entry | ||
) | [inline] |
constructor
virtual GWGraphInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
GWGraphInternal::SubDocument::SubDocument | ( | SubDocument const & | orig | ) | [private] |
bool GWGraphInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [virtual] |
SubDocument& GWGraphInternal::SubDocument::operator= | ( | SubDocument const & | orig | ) | [private] |
virtual bool GWGraphInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
void GWGraphInternal::SubDocument::parse | ( | MWAWContentListenerPtr & | listener, |
libmwaw::SubDocumentType | |||
) | [inline, virtual] |
void GWGraphInternal::SubDocument::parse | ( | MWAWListenerPtr | listener, |
bool | inGraphic | ||
) | [protected] |
the parser function
void GWGraphInternal::SubDocument::parseGraphic | ( | MWAWGraphicListenerPtr & | listener, |
libmwaw::SubDocumentType | |||
) | [inline, virtual] |
the graphic parser function
Reimplemented from MWAWSubDocument.
GWGraph* GWGraphInternal::SubDocument::m_graphParser [protected] |
the graph parser
Referenced by operator!=(), and parse().