ZWTextInternal::SubDocument Class Reference

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

Inheritance diagram for ZWTextInternal::SubDocument:
MWAWSubDocument

List of all members.

Public Member Functions

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

ZWTextm_textParser
 the text parser
int m_id
 the section id
ZWText::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 ZWText.


Constructor & Destructor Documentation

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

destructor


Member Function Documentation

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

operator!=

Reimplemented from MWAWSubDocument.

Referenced by operator==().

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