ZWrtTextInternal::SubDocument Class Reference

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

Inheritance diagram for ZWrtTextInternal::SubDocument:
MWAWSubDocument

List of all members.

Public Member Functions

 SubDocument (ZWrtText &pars, MWAWInputStreamPtr input, int id, MWAWEntry entry, ZWrtText::TextCode type)
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

ZWrtTextm_textParser
 the text parser
int m_id
 the section id
ZWrtText::TextCode m_type
 the type of document
MWAWEntry m_pos
 the file pos

Private Member Functions

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

Detailed Description

Internal: the subdocument of a ZWrtText.


Constructor & Destructor Documentation

ZWrtTextInternal::SubDocument::SubDocument ( ZWrtText pars,
MWAWInputStreamPtr  input,
int  id,
MWAWEntry  entry,
ZWrtText::TextCode  type 
) [inline]
virtual ZWrtTextInternal::SubDocument::~SubDocument ( ) [inline, virtual]

destructor


Member Function Documentation

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

operator!=

Reimplemented from MWAWSubDocument.

Referenced by operator==().

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

operator!==

Reimplemented from MWAWSubDocument.

the parser function

Implements MWAWSubDocument.


Member Data Documentation

the section id

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

the file pos

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

the text parser

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

the type of document

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


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