MsWksDocumentInternal::SubDocument Class Reference

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

Inheritance diagram for MsWksDocumentInternal::SubDocument:
MWAWSubDocument

List of all members.

Public Types

enum  Type { Note, OLE, Zone, Text }

Public Member Functions

 SubDocument (MsWksDocument &document, MWAWInputStreamPtr input, Type type, int zoneId)
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

MsWksDocumentm_document
 the main document
Type m_type
 the type
int m_id
 the subdocument id

Detailed Description

Internal: the subdocument of a MsWksDocument.


Member Enumeration Documentation

Enumerator:
Note 
OLE 
Zone 
Text 

Constructor & Destructor Documentation

MsWksDocumentInternal::SubDocument::SubDocument ( MsWksDocument document,
MWAWInputStreamPtr  input,
Type  type,
int  zoneId 
) [inline]
virtual MsWksDocumentInternal::SubDocument::~SubDocument ( ) [inline, virtual]

destructor


Member Function Documentation

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

operator!=

Reimplemented from MWAWSubDocument.

Referenced by operator==().

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

operator!==

Reimplemented from MWAWSubDocument.

the parser function

Implements MWAWSubDocument.


Member Data Documentation

the main document

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

the subdocument id

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

the type

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


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