GWGraphInternal::SubDocument Class Reference

Internal: the subdocument of a GWGraph. More...

Inheritance diagram for GWGraphInternal::SubDocument:
MWAWSubDocument

List of all members.

Public Member Functions

 SubDocument (GWGraph &pars, MWAWInputStreamPtr input, MWAWEntry entry)
 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)
 the parser function
void parseGraphic (MWAWGraphicListenerPtr &listener, libmwaw::SubDocumentType)
 the graphic parser function

Protected Member Functions

void parse (MWAWListenerPtr listener, bool inGraphic)
 the parser function

Protected Attributes

GWGraphm_graphParser
 the graph parser

Private Member Functions

 SubDocument (SubDocument const &orig)
SubDocumentoperator= (SubDocument const &orig)

Detailed Description

Internal: the subdocument of a GWGraph.


Constructor & Destructor Documentation

constructor

virtual GWGraphInternal::SubDocument::~SubDocument ( ) [inline, virtual]

destructor


Member Function Documentation

bool GWGraphInternal::SubDocument::operator!= ( MWAWSubDocument const &  doc) const [virtual]

operator!=

Reimplemented from MWAWSubDocument.

Referenced by operator==().

SubDocument& GWGraphInternal::SubDocument::operator= ( SubDocument const &  orig) [private]
virtual bool GWGraphInternal::SubDocument::operator== ( MWAWSubDocument const &  doc) const [inline, virtual]

operator!==

Reimplemented from MWAWSubDocument.

the parser function

Implements MWAWSubDocument.

Referenced by parseGraphic().

void GWGraphInternal::SubDocument::parse ( MWAWListenerPtr  listener,
bool  inGraphic 
) [protected]

the parser function

the graphic parser function

Reimplemented from MWAWSubDocument.


Member Data Documentation

the graph parser

Referenced by operator!=(), and parse().


The documentation for this class was generated from the following file: