LotusGraphInternal::SubDocument Class Reference

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

Inheritance diagram for LotusGraphInternal::SubDocument:
WKSSubDocument WPSSubDocument

Public Member Functions

 SubDocument (shared_ptr< WPSStream > stream, LotusGraph &graphParser, WPSEntry &entry, int version)
 constructor for a text entry More...
 
 ~SubDocument ()
 destructor More...
 
virtual bool operator== (shared_ptr< WKSSubDocument > const &doc) const
 operator== More...
 
void parse (shared_ptr< WKSContentListener > &listener, libwps::SubDocumentType subDocumentType)
 the parser function More...
 
- Public Member Functions inherited from WKSSubDocument
 WKSSubDocument (RVNGInputStreamPtr input, WKSParser *parser, int id=0)
 constructor More...
 
virtual ~WKSSubDocument ()
 destructor More...
 
WKSParserparser () const
 returns the parser More...
 
virtual bool operator== (shared_ptr< WPSSubDocument > const &doc) const
 an operator = More...
 
- Public Member Functions inherited from WPSSubDocument
 WPSSubDocument (RVNGInputStreamPtr input, int id=0)
 constructor More...
 
virtual ~WPSSubDocument ()
 destructor More...
 
RVNGInputStreamPtrgetInput ()
 returns the input More...
 
int id () const
 get the identificator More...
 
void setId (int i)
 set the identificator More...
 
bool operator!= (shared_ptr< WPSSubDocument > const &doc) const
 

Public Attributes

shared_ptr< WPSStreamm_stream
 the stream More...
 
LotusGraphm_graphParser
 the graph parser More...
 
WPSEntry m_entry
 a flag to known if we need to send the entry or the footer More...
 
int m_version
 the textbox version More...
 

Additional Inherited Members

- Protected Attributes inherited from WKSSubDocument
WKSParserm_parser
 
- Protected Attributes inherited from WPSSubDocument
RVNGInputStreamPtr m_input
 
int m_id
 

Detailed Description

Internal: the subdocument of a LotusGraphc.

Constructor & Destructor Documentation

§ SubDocument()

LotusGraphInternal::SubDocument::SubDocument ( shared_ptr< WPSStream stream,
LotusGraph graphParser,
WPSEntry entry,
int  version 
)
inline

constructor for a text entry

§ ~SubDocument()

LotusGraphInternal::SubDocument::~SubDocument ( )
inline

destructor

Member Function Documentation

§ operator==()

virtual bool LotusGraphInternal::SubDocument::operator== ( shared_ptr< WKSSubDocument > const &  doc) const
inlinevirtual

operator==

§ parse()

void LotusGraphInternal::SubDocument::parse ( shared_ptr< WKSContentListener > &  listener,
libwps::SubDocumentType  subDocumentType 
)
virtual

the parser function

Implements WKSSubDocument.

Member Data Documentation

§ m_entry

WPSEntry LotusGraphInternal::SubDocument::m_entry

a flag to known if we need to send the entry or the footer

Referenced by operator==().

§ m_graphParser

LotusGraph& LotusGraphInternal::SubDocument::m_graphParser

the graph parser

Referenced by operator==().

§ m_stream

shared_ptr<WPSStream> LotusGraphInternal::SubDocument::m_stream

the stream

Referenced by operator==().

§ m_version

int LotusGraphInternal::SubDocument::m_version

the textbox version

Referenced by operator==().


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

Generated on Wed Oct 26 2016 16:54:39 for libwps by doxygen 1.8.12