BWTextInternal::SubDocument Class Reference

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

Inheritance diagram for BWTextInternal::SubDocument:
MWAWSubDocument

List of all members.

Public Member Functions

 SubDocument (BWText &pars, MWAWInputStreamPtr input, int hFId, int sId)
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

BWTextm_textParser
 the text parser
int m_hfId
 the header/footer id
int m_sectId
 the section id

Private Member Functions

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

Detailed Description

Internal: the subdocument of a BWText.


Constructor & Destructor Documentation

BWTextInternal::SubDocument::SubDocument ( BWText pars,
MWAWInputStreamPtr  input,
int  hFId,
int  sId 
) [inline]
virtual BWTextInternal::SubDocument::~SubDocument ( ) [inline, virtual]

destructor


Member Function Documentation

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

operator!=

Reimplemented from MWAWSubDocument.

Referenced by operator==().

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

operator!==

Reimplemented from MWAWSubDocument.

the parser function

Implements MWAWSubDocument.


Member Data Documentation

the header/footer id

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

the section id

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

the text parser

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


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