virtual class to define a sub document More...
#include <WPSSubDocument.h>
 
  
| Public Member Functions | |
| WPSSubDocument (RVNGInputStreamPtr const &input, int id=0) | |
| constructor | |
| virtual | ~WPSSubDocument () | 
| destructor | |
| RVNGInputStreamPtr & | getInput () | 
| returns the input | |
| int | id () const | 
| get the identificator | |
| void | setId (int i) | 
| set the identificator | |
| virtual bool | operator== (std::shared_ptr< WPSSubDocument > const &doc) const | 
| an operator = | |
| bool | operator!= (std::shared_ptr< WPSSubDocument > const &doc) const | 
| Protected Attributes | |
| RVNGInputStreamPtr | m_input | 
| int | m_id | 
| Private Member Functions | |
| WPSSubDocument (const WPSSubDocument &)=delete | |
| WPSSubDocument & | operator= (const WPSSubDocument &)=delete | 
virtual class to define a sub document
| 
 | explicit | 
constructor
Referenced by operator=(), WKSSubDocument::WKSSubDocument(), WPSSubDocument(), and WPSTextSubDocument::WPSTextSubDocument().
| 
 | virtual | 
destructor
| 
 | privatedelete | 
| 
 | inline | 
returns the input
| 
 | inline | 
get the identificator
| 
 | inline | 
| 
 | privatedelete | 
| 
 | virtual | 
an operator =
Reimplemented in LotusGraphInternal::SubDocument, LotusSpreadsheetInternal::SubDocument, MSWriteParserInternal::SubDocument, Quattro9GraphInternal::SubDocument, Quattro9ParserInternal::SubDocument, QuattroDosParserInternal::SubDocument, QuattroGraphInternal::SubDocument, QuattroParserInternal::SubDocument, WKSChartInternal::SubDocument, WKSSubDocument, WPS4ParserInternal::SubDocument, WPS8ParserInternal::SubDocument, WPS8TextInternal::SubDocument, WPSTextSubDocument, and XYWriteParserInternal::SubDocument.
Referenced by operator!=().
| 
 | inline | 
set the identificator
| 
 | protected | 
Referenced by id(), operator==(), setId(), and WPSSubDocument().
| 
 | protected |