Basic class used to store a spreadsheet sub document. More...
#include <WKSSubDocument.h>
 
  
 | Public Member Functions | |
| WKSSubDocument (RVNGInputStreamPtr input, WKSParser *parser, int id=0) | |
| constructor  More... | |
| virtual | ~WKSSubDocument () | 
| destructor  More... | |
| WKSParser * | parser () const | 
| returns the parser  More... | |
| virtual bool | operator== (shared_ptr< WPSSubDocument > const &doc) const | 
| an operator =  More... | |
| virtual void | parse (shared_ptr< WKSContentListener > &listener, libwps::SubDocumentType subDocumentType)=0 | 
| virtual parse function  More... | |
|  Public Member Functions inherited from WPSSubDocument | |
| WPSSubDocument (RVNGInputStreamPtr input, int id=0) | |
| constructor  More... | |
| virtual | ~WPSSubDocument () | 
| destructor  More... | |
| RVNGInputStreamPtr & | getInput () | 
| 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 | 
| Protected Attributes | |
| WKSParser * | m_parser | 
|  Protected Attributes inherited from WPSSubDocument | |
| RVNGInputStreamPtr | m_input | 
| int | m_id | 
| Private Member Functions | |
| WKSSubDocument (const WKSSubDocument &) | |
| WKSSubDocument & | operator= (const WKSSubDocument &) | 
Basic class used to store a spreadsheet sub document.
| WKSSubDocument::WKSSubDocument | ( | RVNGInputStreamPtr | input, | 
| WKSParser * | parser, | ||
| int | id = 0 | ||
| ) | 
constructor
| 
 | virtual | 
destructor
| 
 | explicitprivate | 
| 
 | private | 
Referenced by LotusGraph::setListener().
| 
 | virtual | 
| 
 | pure virtual | 
virtual parse function
this function is called to parse the subdocument
Implemented in LotusSpreadsheetInternal::SubDocument, LotusGraphInternal::SubDocument, LotusParserInternal::SubDocument, WKS4ParserInternal::SubDocument, and QuattroParserInternal::SubDocument.
Referenced by WKSContentListener::handleSubDocument(), and parser().
| 
 | inline | 
returns the parser
| 
 | protected | 
Referenced by operator==(), and parser().