MSWParserInternal::SubDocument Class Reference

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

Inheritance diagram for MSWParserInternal::SubDocument:
MWAWSubDocument

List of all members.

Public Member Functions

 SubDocument (MSWParser &pars, MWAWInputStreamPtr input, int id, libmwaw::SubDocumentType type)
 constructor for footnote, comment
 SubDocument (MSWParser &pars, MWAWInputStreamPtr input, MWAWEntry entry, libmwaw::SubDocumentType type)
 constructor for header/footer
 SubDocument (MSWParser &pars, MWAWInputStreamPtr input, long fPos, int cPos)
 constructor for picture
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

int m_id
 the subdocument id
libmwaw::SubDocumentType m_type
 the subdocument type
long m_pictFPos
 the picture file position
int m_pictCPos
 the picture char position

Detailed Description

Internal: the subdocument of a MSWParser.


Constructor & Destructor Documentation

constructor for footnote, comment

constructor for header/footer

MSWParserInternal::SubDocument::SubDocument ( MSWParser pars,
MWAWInputStreamPtr  input,
long  fPos,
int  cPos 
) [inline]

constructor for picture

virtual MSWParserInternal::SubDocument::~SubDocument ( ) [inline, virtual]

destructor


Member Function Documentation

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

operator!=

Reimplemented from MWAWSubDocument.

Referenced by operator==().

virtual bool MSWParserInternal::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 picture char position

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

the picture file position

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

the subdocument type

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


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