PowerPoint1ParserInternal::SubDocument Class Referencefinal

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

Inheritance diagram for PowerPoint1ParserInternal::SubDocument:
MWAWSubDocument

Public Member Functions

 SubDocument (PowerPoint1Parser &pars, MWAWInputStreamPtr const &input, TextZone const *textZone, MWAWVec2i const &tId, int rulerId)
 constructor for text
 
 SubDocument (PowerPoint1Parser &pars, MWAWInputStreamPtr const &input, Slide const *slide)
 constructor for slide note
 
 ~SubDocument () final
 destructor
 
bool operator!= (MWAWSubDocument const &doc) const final
 operator!=
 
void parse (MWAWListenerPtr &listener, libmwaw::SubDocumentType type) final
 the parser function
 
- Public Member Functions inherited from MWAWSubDocument
 MWAWSubDocument (MWAWParser *pars, MWAWInputStreamPtr const &ip, MWAWEntry const &z)
 constructor from parser, input stream and zone in the input
 
 MWAWSubDocument (MWAWSubDocument const &doc)=default
 copy constructor
 
MWAWSubDocumentoperator= (MWAWSubDocument const &doc)=default
 copy operator
 
virtual ~MWAWSubDocument ()
 virtual destructor
 
virtual bool operator!= (MWAWSubDocument const &doc) const
 comparison operator!=
 
bool operator== (MWAWSubDocument const &doc) const
 comparison operator==
 
bool operator!= (std::shared_ptr< MWAWSubDocument > const &doc) const
 comparison operator!=
 
bool operator== (std::shared_ptr< MWAWSubDocument > const &doc) const
 comparison operator==
 
virtual void parse (MWAWListenerPtr &listener, libmwaw::SubDocumentType subDocumentType)=0
 virtual parse function
 

Protected Attributes

Slide const * m_slide
 the slide
 
TextZone const * m_textZone
 the text zone
 
MWAWVec2i m_id
 the text id in text zone
 
int m_rulerId
 the ruler id
 
- Protected Attributes inherited from MWAWSubDocument
MWAWParserm_parser
 the main zone parser
 
std::shared_ptr< MWAWInputStreamm_input
 the input
 
MWAWEntry m_zone
 if valid the zone to parse
 

Private Member Functions

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

Detailed Description

Internal: the subdocument of a PowerPointParser.

Constructor & Destructor Documentation

◆ SubDocument() [1/3]

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

constructor for text

◆ SubDocument() [2/3]

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

constructor for slide note

◆ ~SubDocument()

PowerPoint1ParserInternal::SubDocument::~SubDocument ( )
inlinefinal

destructor

◆ SubDocument() [3/3]

PowerPoint1ParserInternal::SubDocument::SubDocument ( SubDocument const &  )
privatedelete

Member Function Documentation

◆ operator!=()

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

operator!=

Reimplemented from MWAWSubDocument.

◆ operator=()

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

◆ parse()

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

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!=(), and parse().

◆ m_rulerId

int PowerPoint1ParserInternal::SubDocument::m_rulerId
protected

the ruler id

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

◆ m_slide

Slide const* PowerPoint1ParserInternal::SubDocument::m_slide
protected

the slide

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

◆ m_textZone

TextZone const* PowerPoint1ParserInternal::SubDocument::m_textZone
protected

the text zone

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


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

Generated on Thu Jan 19 2023 00:00:00 for libmwaw by doxygen 1.9.6