Internal: the subdocument of a HMWKGraph. More...
Public Types | |
enum | Type { Picture, FrameInFrame, Group, Text, UnformattedTable, EmptyPicture } |
the document type More... | |
Public Member Functions | |
SubDocument (HMWKGraph &pars, MWAWInputStreamPtr input, Type type, long id, long subId=0) | |
constructor | |
SubDocument (HMWKGraph &pars, MWAWInputStreamPtr input, MWAWPosition pos, Type type, long id, long subId=0) | |
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 | |
void | parseGraphic (MWAWGraphicListenerPtr &listener, libmwaw::SubDocumentType type) |
the graphic parser function | |
Protected Attributes | |
HMWKGraph * | m_graphParser |
the graph parser | |
Type | m_type |
the zone type | |
long | m_id |
the zone id | |
long | m_subId |
the zone subId ( for table cell ) | |
MWAWPosition | m_pos |
the position in a frame | |
Private Member Functions | |
SubDocument (SubDocument const &orig) | |
SubDocument & | operator= (SubDocument const &orig) |
Internal: the subdocument of a HMWKGraph.
HMWKGraphInternal::SubDocument::SubDocument | ( | HMWKGraph & | pars, |
MWAWInputStreamPtr | input, | ||
Type | type, | ||
long | id, | ||
long | subId = 0 |
||
) | [inline] |
constructor
HMWKGraphInternal::SubDocument::SubDocument | ( | HMWKGraph & | pars, |
MWAWInputStreamPtr | input, | ||
MWAWPosition | pos, | ||
Type | type, | ||
long | id, | ||
long | subId = 0 |
||
) | [inline] |
constructor
virtual HMWKGraphInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
HMWKGraphInternal::SubDocument::SubDocument | ( | SubDocument const & | orig | ) | [private] |
bool HMWKGraphInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [virtual] |
SubDocument& HMWKGraphInternal::SubDocument::operator= | ( | SubDocument const & | orig | ) | [private] |
virtual bool HMWKGraphInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
void HMWKGraphInternal::SubDocument::parse | ( | MWAWContentListenerPtr & | listener, |
libmwaw::SubDocumentType | type | ||
) | [virtual] |
the parser function
Implements MWAWSubDocument.
void HMWKGraphInternal::SubDocument::parseGraphic | ( | MWAWGraphicListenerPtr & | listener, |
libmwaw::SubDocumentType | type | ||
) | [virtual] |
the graphic parser function
Reimplemented from MWAWSubDocument.
HMWKGraph* HMWKGraphInternal::SubDocument::m_graphParser [protected] |
the graph parser
Referenced by operator!=(), parse(), and parseGraphic().
long HMWKGraphInternal::SubDocument::m_id [protected] |
the zone id
Referenced by operator!=(), parse(), and parseGraphic().
MWAWPosition HMWKGraphInternal::SubDocument::m_pos [protected] |
the position in a frame
Referenced by operator!=(), and parse().
long HMWKGraphInternal::SubDocument::m_subId [protected] |
the zone subId ( for table cell )
Referenced by operator!=(), parse(), and parseGraphic().
Type HMWKGraphInternal::SubDocument::m_type [protected] |
the zone type
Referenced by operator!=(), parse(), and parseGraphic().