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 More... | |
SubDocument (HMWKGraph &pars, MWAWInputStreamPtr input, MWAWPosition pos, Type type, long id, long subId=0) | |
constructor More... | |
virtual | ~SubDocument () |
destructor More... | |
virtual bool | operator!= (MWAWSubDocument const &doc) const |
operator!= More... | |
virtual bool | operator== (MWAWSubDocument const &doc) const |
operator!== More... | |
void | parse (MWAWContentListenerPtr &listener, libmwaw::SubDocumentType type) |
the parser function More... | |
void | parseGraphic (MWAWGraphicListenerPtr &listener, libmwaw::SubDocumentType type) |
the graphic parser function More... | |
![]() | |
MWAWSubDocument (MWAWParser *pars, MWAWInputStreamPtr ip, MWAWEntry const &z) | |
constructor from parser, input stream and zone in the input More... | |
MWAWSubDocument (MWAWSubDocument const &doc) | |
copy constructor More... | |
MWAWSubDocument & | operator= (MWAWSubDocument const &doc) |
copy operator More... | |
virtual | ~MWAWSubDocument () |
virtual destructor More... | |
bool | operator== (MWAWSubDocument const &doc) const |
comparison operator== More... | |
bool | operator!= (shared_ptr< MWAWSubDocument > const &doc) const |
comparison operator!= More... | |
bool | operator== (shared_ptr< MWAWSubDocument > const &doc) const |
comparison operator== More... | |
Protected Attributes | |
HMWKGraph * | m_graphParser |
the graph parser More... | |
Type | m_type |
the zone type More... | |
long | m_id |
the zone id More... | |
long | m_subId |
the zone subId ( for table cell ) More... | |
MWAWPosition | m_pos |
the position in a frame More... | |
![]() | |
MWAWParser * | m_parser |
the main zone parser More... | |
shared_ptr< MWAWInputStream > | m_input |
the input More... | |
MWAWEntry | m_zone |
if valid the zone to parse More... | |
Private Member Functions | |
SubDocument (SubDocument const &orig) | |
SubDocument & | operator= (SubDocument const &orig) |
Internal: the subdocument of a HMWKGraph.
|
inline |
constructor
|
inline |
constructor
|
inlinevirtual |
destructor
|
private |
|
virtual |
|
private |
|
inlinevirtual |
operator!==
|
virtual |
the parser function
Implements MWAWSubDocument.
|
virtual |
the graphic parser function
Reimplemented from MWAWSubDocument.
|
protected |
the graph parser
Referenced by operator!=(), parse(), and parseGraphic().
|
protected |
the zone id
Referenced by operator!=(), parse(), and parseGraphic().
|
protected |
the position in a frame
Referenced by operator!=(), and parse().
|
protected |
the zone subId ( for table cell )
Referenced by operator!=(), parse(), and parseGraphic().
|
protected |
the zone type
Referenced by operator!=(), parse(), and parseGraphic().