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