MWProParserInternal::SubDocument Class Reference

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

Inheritance diagram for MWProParserInternal::SubDocument:
MWAWSubDocument

List of all members.

Public Member Functions

 SubDocument (MWProParser &pars, MWAWInputStreamPtr input, int zoneId)
virtual ~SubDocument ()
 destructor
virtual bool operator!= (MWAWSubDocument const &doc) const
 operator!=
virtual bool operator== (MWAWSubDocument const &doc) const
 operator!==
int getId () const
 returns the subdocument id
void setId (int vid)
 sets the subdocument id
void parse (MWAWContentListenerPtr &listener, libmwaw::SubDocumentType type)
 the parser function

Protected Attributes

int m_id
 the subdocument id

Detailed Description

Internal: the subdocument of a MWProParser.


Constructor & Destructor Documentation

MWProParserInternal::SubDocument::SubDocument ( MWProParser pars,
MWAWInputStreamPtr  input,
int  zoneId 
) [inline]
virtual MWProParserInternal::SubDocument::~SubDocument ( ) [inline, virtual]

destructor


Member Function Documentation

returns the subdocument id

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

operator!=

Reimplemented from MWAWSubDocument.

Referenced by operator==().

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

operator!==

Reimplemented from MWAWSubDocument.

the parser function

Implements MWAWSubDocument.

void MWProParserInternal::SubDocument::setId ( int  vid) [inline]

sets the subdocument id


Member Data Documentation

the subdocument id

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


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