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