MacDrawProParserInternal::SubDocument Class Reference

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

Inheritance diagram for MacDrawProParserInternal::SubDocument:
MWAWSubDocument

List of all members.

Public Member Functions

 SubDocument (MacDrawProParser &pars, MWAWInputStreamPtr input, int zoneId)
 constructor given an zone id
 SubDocument (MacDrawProParser &pars, MWAWInputStreamPtr input, MWAWEntry const &labelEntry)
 constructor given a label entry
virtual ~SubDocument ()
 destructor
virtual bool operator!= (MWAWSubDocument const &doc) const
 operator!=
virtual bool operator== (MWAWSubDocument const &doc) const
 operator!==
void parse (MWAWListenerPtr &listener, libmwaw::SubDocumentType type)
 the parser function

Protected Attributes

int m_id
 the subdocument id
MWAWEntry m_labelEntry
 the label entry

Private Member Functions

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

Detailed Description

Internal: the subdocument of a MacDrawProParser.


Constructor & Destructor Documentation

constructor given an zone id

constructor given a label entry

destructor


Member Function Documentation

virtual bool MacDrawProParserInternal::SubDocument::operator!= ( MWAWSubDocument const &  doc) const [inline, virtual]

operator!=

Reimplemented from MWAWSubDocument.

Referenced by operator==().

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

operator!==

Reimplemented from MWAWSubDocument.

the parser function

Implements MWAWSubDocument.


Member Data Documentation

the subdocument id

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

the label entry

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


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