Internal: the subdocument of a Quattro9GraphInternal. More...
 
  
| Public Member Functions | |
| SubDocument (Quattro9Graph &graphParser, std::shared_ptr< Textbox > const &textbox, libwps_tools_win::Font::Type fontType) | |
| constructor for a textbox document  More... | |
| ~SubDocument () final | |
| destructor  More... | |
| bool | operator== (std::shared_ptr< WPSSubDocument > const &doc) const final | 
| operator==  More... | |
| void | parse (std::shared_ptr< WKSContentListener > &listener, libwps::SubDocumentType subDocumentType) final | 
| the parser function  More... | |
|  Public Member Functions inherited from WKSSubDocument | |
| WKSSubDocument (RVNGInputStreamPtr const &input, WKSParser *parser, int id=0) | |
| constructor  More... | |
| ~WKSSubDocument () override | |
| destructor  More... | |
| WKSParser * | parser () const | 
| returns the parser  More... | |
| bool | operator== (std::shared_ptr< WPSSubDocument > const &doc) const override | 
| an operator =  More... | |
|  Public Member Functions inherited from WPSSubDocument | |
| 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... | |
| bool | operator!= (std::shared_ptr< WPSSubDocument > const &doc) const | 
| Public Attributes | |
| std::shared_ptr< Textbox > | m_textbox | 
| the textbox data  More... | |
| libwps_tools_win::Font::Type | m_fontType | 
| the font type  More... | |
| Additional Inherited Members | |
|  Protected Attributes inherited from WKSSubDocument | |
| WKSParser * | m_parser | 
|  Protected Attributes inherited from WPSSubDocument | |
| RVNGInputStreamPtr | m_input | 
| int | m_id | 
Internal: the subdocument of a Quattro9GraphInternal.
| 
 | inline | 
constructor for a textbox document
| 
 | inlinefinal | 
destructor
| 
 | inlinefinalvirtual | 
operator==
Reimplemented from WPSSubDocument.
| 
 | finalvirtual | 
the parser function
Implements WKSSubDocument.
| libwps_tools_win::Font::Type Quattro9GraphInternal::SubDocument::m_fontType | 
the font type
Referenced by operator==(), and parse().
| std::shared_ptr<Textbox> Quattro9GraphInternal::SubDocument::m_textbox | 
the textbox data
Referenced by operator==(), and parse().