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