PowerPoint7GraphInternal::SubDocument Class Reference

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

Inheritance diagram for PowerPoint7GraphInternal::SubDocument:
MWAWSubDocument

Public Member Functions

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

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

Constructor & Destructor Documentation

◆ SubDocument() [1/3]

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

constructor for a text zone

◆ SubDocument() [2/3]

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

constructor for a list text zone

◆ ~SubDocument()

virtual PowerPoint7GraphInternal::SubDocument::~SubDocument ( )
inlinevirtual

destructor

◆ SubDocument() [3/3]

PowerPoint7GraphInternal::SubDocument::SubDocument ( SubDocument const &  )
private

Member Function Documentation

◆ operator!=()

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

operator!=

Reimplemented from MWAWSubDocument.

◆ operator=()

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

◆ operator==()

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

operator!==

◆ parse()

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

the parser function

Implements MWAWSubDocument.

Member Data Documentation

◆ m_listTextId

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

a list of text id

Referenced by operator!=().

◆ m_parser

PowerPoint7Graph& PowerPoint7GraphInternal::SubDocument::m_parser
protected

the parser

Referenced by operator!=().

◆ m_textId

int PowerPoint7GraphInternal::SubDocument::m_textId
protected

the text id

Referenced by operator!=().


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

Generated on Mon Jul 17 2017 17:08:15 for libmwaw by doxygen 1.8.13