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