Internal: the subdocument of a WKSChart. More...
 
  
| Public Member Functions | |
| SubDocument (WKSChart const *chart, WKSChart::TextZone::Type textZone) | |
| ~SubDocument () final | |
| destructor | |
| bool | operator== (std::shared_ptr< WPSSubDocument > const &doc) const final | 
| operator== | |
| void | parse (std::shared_ptr< WKSContentListener > &listener, libwps::SubDocumentType type) override | 
| the parser function | |
|  Public Member Functions inherited from WKSSubDocument | |
| WKSSubDocument (RVNGInputStreamPtr const &input, WKSParser *parser, int id=0) | |
| constructor | |
| ~WKSSubDocument () override | |
| destructor | |
| WKSParser * | 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 | 
| Protected Attributes | |
| WKSChart const * | m_chart | 
| the chart | |
| WKSChart::TextZone::Type | m_textZone | 
| the textzone type | |
|  Protected Attributes inherited from WKSSubDocument | |
| WKSParser * | m_parser | 
|  Protected Attributes inherited from WPSSubDocument | |
| RVNGInputStreamPtr | m_input | 
| int | m_id | 
| Private Member Functions | |
| SubDocument (SubDocument const &orig)=delete | |
| SubDocument & | operator= (SubDocument const &orig)=delete | 
Internal: the subdocument of a WKSChart.
| 
 | inline | 
Referenced by operator=(), operator==(), and SubDocument().
| 
 | inlinefinal | 
destructor
| 
 | privatedelete | 
| 
 | privatedelete | 
| 
 | inlinefinalvirtual | 
operator==
Reimplemented from WPSSubDocument.
| 
 | overridevirtual | 
the parser function
Implements WKSSubDocument.
| 
 | protected | 
the chart
Referenced by operator==(), parse(), and SubDocument().
| 
 | protected | 
the textzone type
Referenced by operator==(), parse(), and SubDocument().