MSK4ParserInternal::SubDocument Class Reference

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

Inheritance diagram for MSK4ParserInternal::SubDocument:
MWAWSubDocument

List of all members.

Public Types

enum  Type { Unknown, MN }
 type of an entry stored in textId More...

Public Member Functions

 SubDocument (MSK4Zone *pars, MWAWInputStreamPtr input, int ntId)
 constructor for a note with identificator ntId
 SubDocument (MSK4Zone *pars, MWAWInputStreamPtr input, MWAWEntry const &entry)
 constructor for a text/frame entry
 ~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

Protected Attributes

int m_noteId
 the note identificator

Detailed Description

Internal: the subdocument of a MSK4Parser.


Member Enumeration Documentation

type of an entry stored in textId

Enumerator:
Unknown 
MN 

Constructor & Destructor Documentation

MSK4ParserInternal::SubDocument::SubDocument ( MSK4Zone pars,
MWAWInputStreamPtr  input,
int  ntId 
) [inline]

constructor for a note with identificator ntId

MSK4ParserInternal::SubDocument::SubDocument ( MSK4Zone pars,
MWAWInputStreamPtr  input,
MWAWEntry const &  entry 
) [inline]

constructor for a text/frame entry


Member Function Documentation

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

operator!=

Reimplemented from MWAWSubDocument.

Referenced by operator==().

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

operator==

Reimplemented from MWAWSubDocument.

the parser function

Implements MWAWSubDocument.


Member Data Documentation

the note identificator

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


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