MORTextInternal::SubDocument Class Reference

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

Inheritance diagram for MORTextInternal::SubDocument:
MWAWSubDocument

List of all members.

Public Member Functions

 SubDocument (MORText &pars, MWAWInputStreamPtr input, int zId, int what)
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 type)
 the parser function

Protected Attributes

MORTextm_textParser
 the text parser
int m_id
 the subdocument id
int m_what
 a int to know what to send 0: header/footer, 1: comment, 2:note

Private Member Functions

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

Detailed Description

Internal: the subdocument of a MORText.


Constructor & Destructor Documentation

MORTextInternal::SubDocument::SubDocument ( MORText pars,
MWAWInputStreamPtr  input,
int  zId,
int  what 
) [inline]
virtual MORTextInternal::SubDocument::~SubDocument ( ) [inline, virtual]

destructor


Member Function Documentation

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

operator!=

Reimplemented from MWAWSubDocument.

Referenced by operator==().

SubDocument& MORTextInternal::SubDocument::operator= ( SubDocument const &  orig) [private]
virtual bool MORTextInternal::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 text parser

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

a int to know what to send 0: header/footer, 1: comment, 2:note

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


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