Internal: the subdocument of a WPS8Text. More...
 
  
| Public Member Functions | |
| SubDocument (RVNGInputStreamPtr const &input, WPS8Text &pars, WPSEntry const &entry) | |
| constructor for a note/endnote entry | |
| SubDocument (RVNGInputStreamPtr const &input, librevenge::RVNGString const &text) | |
| constructor for a comment entry | |
| ~SubDocument () final | |
| destructor | |
| bool | operator== (WPSSubDocumentPtr const &doc) const final | 
| operator== | |
| void | parse (WPSContentListenerPtr &listener, libwps::SubDocumentType type) final | 
| the parser function | |
|  Public Member Functions inherited from WPSTextSubDocument | |
| WPSTextSubDocument (RVNGInputStreamPtr const &input, WPSParser *parser, int id=0) | |
| constructor | |
| ~WPSTextSubDocument () override | |
| destructor | |
| RVNGInputStreamPtr const & | getInput () | 
| returns the input | |
| WPSParser * | parser () const | 
| returns the parser | |
| bool | operator== (std::shared_ptr< WPSSubDocument > const &doc) const override | 
| an operator = | |
|  Public Member Functions inherited from WPSSubDocument | |
| 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 | |
| bool | operator!= (std::shared_ptr< WPSSubDocument > const &doc) const | 
| Public Attributes | |
| WPS8Text * | m_textParser | 
| WPSEntry | m_entry | 
| librevenge::RVNGString | m_text | 
| Private Member Functions | |
| SubDocument (SubDocument const &)=delete | |
| SubDocument & | operator= (SubDocument const &)=delete | 
| Additional Inherited Members | |
|  Protected Attributes inherited from WPSTextSubDocument | |
| WPSParser * | m_parser | 
|  Protected Attributes inherited from WPSSubDocument | |
| RVNGInputStreamPtr | m_input | 
| int | m_id | 
Internal: the subdocument of a WPS8Text.
| 
 | inline | 
constructor for a note/endnote entry
Referenced by operator=(), operator==(), and SubDocument().
| 
 | inline | 
constructor for a comment entry
| 
 | inlinefinal | 
destructor
| 
 | privatedelete | 
| 
 | privatedelete | 
| 
 | inlinefinalvirtual | 
operator==
Reimplemented from WPSSubDocument.
| 
 | finalvirtual | 
the parser function
Implements WPSTextSubDocument.
| WPSEntry WPS8TextInternal::SubDocument::m_entry | 
Referenced by operator==(), parse(), SubDocument(), and SubDocument().
| librevenge::RVNGString WPS8TextInternal::SubDocument::m_text | 
Referenced by operator==(), parse(), SubDocument(), and SubDocument().
| WPS8Text* WPS8TextInternal::SubDocument::m_textParser | 
Referenced by operator==(), parse(), SubDocument(), and SubDocument().