PowerPoint1ParserInternal::SubDocument Class Reference

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

Inheritance diagram for PowerPoint1ParserInternal::SubDocument:
MWAWSubDocument

Public Member Functions

 SubDocument (PowerPoint1Parser &pars, MWAWInputStreamPtr input, TextZone const *textZone, MWAWVec2i const &tId, int rulerId)
 constructor for text More...
 
 SubDocument (PowerPoint1Parser &pars, MWAWInputStreamPtr input, Slide const *slide)
 constructor for slide note 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

Slide const * m_slide
 the slide More...
 
TextZone const * m_textZone
 the text zone More...
 
MWAWVec2i m_id
 the text id in text zone More...
 
int m_rulerId
 the ruler id 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...
 

Private Member Functions

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

Detailed Description

Internal: the subdocument of a PowerPointParser.

Constructor & Destructor Documentation

◆ SubDocument() [1/3]

PowerPoint1ParserInternal::SubDocument::SubDocument ( PowerPoint1Parser pars,
MWAWInputStreamPtr  input,
TextZone const *  textZone,
MWAWVec2i const &  tId,
int  rulerId 
)
inline

constructor for text

◆ SubDocument() [2/3]

PowerPoint1ParserInternal::SubDocument::SubDocument ( PowerPoint1Parser pars,
MWAWInputStreamPtr  input,
Slide const *  slide 
)
inline

constructor for slide note

◆ ~SubDocument()

virtual PowerPoint1ParserInternal::SubDocument::~SubDocument ( )
inlinevirtual

destructor

◆ SubDocument() [3/3]

PowerPoint1ParserInternal::SubDocument::SubDocument ( SubDocument const &  )
private

Member Function Documentation

◆ operator!=()

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

operator!=

Reimplemented from MWAWSubDocument.

◆ operator=()

SubDocument& PowerPoint1ParserInternal::SubDocument::operator= ( SubDocument const &  )
private

◆ operator==()

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

operator!==

◆ parse()

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

the parser function

Implements MWAWSubDocument.

Member Data Documentation

◆ m_id

MWAWVec2i PowerPoint1ParserInternal::SubDocument::m_id
protected

the text id in text zone

Referenced by operator!=().

◆ m_rulerId

int PowerPoint1ParserInternal::SubDocument::m_rulerId
protected

the ruler id

Referenced by operator!=().

◆ m_slide

Slide const* PowerPoint1ParserInternal::SubDocument::m_slide
protected

the slide

Referenced by operator!=().

◆ m_textZone

TextZone const* PowerPoint1ParserInternal::SubDocument::m_textZone
protected

the text zone

Referenced by operator!=().


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

Generated on Fri Apr 28 2017 23:15:13 for libmwaw by doxygen 1.8.13