MsWrdParserInternal::SubDocument Class Reference

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

Inheritance diagram for MsWrdParserInternal::SubDocument:
MWAWSubDocument

Public Member Functions

 SubDocument (MsWrdParser &pars, MWAWInputStreamPtr input, int id, libmwaw::SubDocumentType type)
 constructor for footnote, comment More...
 
 SubDocument (MsWrdParser &pars, MWAWInputStreamPtr input, MWAWEntry entry, libmwaw::SubDocumentType type)
 constructor for header/footer More...
 
 SubDocument (MsWrdParser &pars, MWAWInputStreamPtr input, long fPos, int cPos)
 constructor for picture More...
 
virtual ~SubDocument ()
 destructor More...
 
virtual bool operator!= (MWAWSubDocument const &doc) const
 operator!= More...
 
virtual bool operator== (MWAWSubDocument const &doc) const
 operator!== More...
 
void parse (MWAWListenerPtr &listener, libmwaw::SubDocumentType type)
 the parser function More...
 
- Public Member Functions inherited from MWAWSubDocument
 MWAWSubDocument (MWAWParser *pars, MWAWInputStreamPtr ip, MWAWEntry const &z)
 constructor from parser, input stream and zone in the input More...
 
 MWAWSubDocument (MWAWSubDocument const &doc)
 copy constructor More...
 
MWAWSubDocumentoperator= (MWAWSubDocument const &doc)
 copy operator More...
 
virtual ~MWAWSubDocument ()
 virtual destructor More...
 
bool operator== (MWAWSubDocument const &doc) const
 comparison operator== More...
 
bool operator!= (shared_ptr< MWAWSubDocument > const &doc) const
 comparison operator!= More...
 
bool operator== (shared_ptr< MWAWSubDocument > const &doc) const
 comparison operator== More...
 

Protected Attributes

int m_id
 the subdocument id More...
 
libmwaw::SubDocumentType m_type
 the subdocument type More...
 
long m_pictFPos
 the picture file position More...
 
int m_pictCPos
 the picture char position More...
 
- Protected Attributes inherited from MWAWSubDocument
MWAWParserm_parser
 the main zone parser More...
 
shared_ptr< MWAWInputStreamm_input
 the input More...
 
MWAWEntry m_zone
 if valid the zone to parse More...
 

Detailed Description

Internal: the subdocument of a MsWrdParser.

Constructor & Destructor Documentation

MsWrdParserInternal::SubDocument::SubDocument ( MsWrdParser pars,
MWAWInputStreamPtr  input,
int  id,
libmwaw::SubDocumentType  type 
)
inline

constructor for footnote, comment

MsWrdParserInternal::SubDocument::SubDocument ( MsWrdParser pars,
MWAWInputStreamPtr  input,
MWAWEntry  entry,
libmwaw::SubDocumentType  type 
)
inline

constructor for header/footer

MsWrdParserInternal::SubDocument::SubDocument ( MsWrdParser pars,
MWAWInputStreamPtr  input,
long  fPos,
int  cPos 
)
inline

constructor for picture

virtual MsWrdParserInternal::SubDocument::~SubDocument ( )
inlinevirtual

destructor

Member Function Documentation

bool MsWrdParserInternal::SubDocument::operator!= ( MWAWSubDocument const &  doc) const
virtual

operator!=

Reimplemented from MWAWSubDocument.

Referenced by operator==().

virtual bool MsWrdParserInternal::SubDocument::operator== ( MWAWSubDocument const &  doc) const
inlinevirtual

operator!==

void MsWrdParserInternal::SubDocument::parse ( MWAWListenerPtr listener,
libmwaw::SubDocumentType  type 
)
virtual

the parser function

Implements MWAWSubDocument.

Member Data Documentation

int MsWrdParserInternal::SubDocument::m_id
protected

the subdocument id

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

int MsWrdParserInternal::SubDocument::m_pictCPos
protected

the picture char position

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

long MsWrdParserInternal::SubDocument::m_pictFPos
protected

the picture file position

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

libmwaw::SubDocumentType MsWrdParserInternal::SubDocument::m_type
protected

the subdocument type

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


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

Generated on Thu Jul 9 2015 20:26:41 for libmwaw by doxygen 1.8.8