PowerPoint7GraphInternal::SubDocument Class Referencefinal

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

Inheritance diagram for PowerPoint7GraphInternal::SubDocument:
MWAWSubDocument

Public Member Functions

 SubDocument (PowerPoint7Graph &parser, MWAWInputStreamPtr const &input, int tId)
 constructor for a text zone
 SubDocument (PowerPoint7Graph &parser, MWAWInputStreamPtr const &input, std::vector< int > const &listTextId)
 constructor for a list text zone
 ~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
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==

Protected Attributes

PowerPoint7Graphm_powerpointParser
 the parser
int m_textId
 the text id
std::vector< int > m_listTextId
 a list of text 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 PowerPoint7Graph.

Constructor & Destructor Documentation

◆ SubDocument() [1/3]

PowerPoint7GraphInternal::SubDocument::SubDocument ( PowerPoint7Graph & parser,
MWAWInputStreamPtr const & input,
int tId )
inline

constructor for a text zone

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

◆ SubDocument() [2/3]

PowerPoint7GraphInternal::SubDocument::SubDocument ( PowerPoint7Graph & parser,
MWAWInputStreamPtr const & input,
std::vector< int > const & listTextId )
inline

constructor for a list text zone

◆ ~SubDocument()

PowerPoint7GraphInternal::SubDocument::~SubDocument ( )
inlinefinal

destructor

◆ SubDocument() [3/3]

PowerPoint7GraphInternal::SubDocument::SubDocument ( SubDocument const & )
privatedelete

Member Function Documentation

◆ operator!=()

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

operator!=

Reimplemented from MWAWSubDocument.

◆ operator=()

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

◆ parse()

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

the parser function

Implements MWAWSubDocument.

Referenced by parse().

Member Data Documentation

◆ m_listTextId

std::vector<int> PowerPoint7GraphInternal::SubDocument::m_listTextId
protected

a list of text id

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

◆ m_powerpointParser

PowerPoint7Graph& PowerPoint7GraphInternal::SubDocument::m_powerpointParser
protected

the parser

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

◆ m_textId

int PowerPoint7GraphInternal::SubDocument::m_textId
protected

the text id

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


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

Generated for libmwaw by doxygen 1.14.0