Internal: the subdocument of a LotusGraphc. More...
Public Member Functions | |
| SubDocument (RVNGInputStreamPtr input, LotusGraph &graphParser, WPSEntry &entry) | |
| constructor for a text entry | |
| ~SubDocument () | |
| destructor | |
| virtual bool | operator== (shared_ptr< WKSSubDocument > const &doc) const |
| operator== | |
| void | parse (shared_ptr< WKSContentListener > &listener, libwps::SubDocumentType subDocumentType) |
| the parser function | |
Public Attributes | |
| LotusGraph & | m_graphParser |
| the graph parser | |
| WPSEntry | m_entry |
| a flag to known if we need to send the entry or the footer | |
Internal: the subdocument of a LotusGraphc.
| LotusGraphInternal::SubDocument::SubDocument | ( | RVNGInputStreamPtr | input, |
| LotusGraph & | graphParser, | ||
| WPSEntry & | entry | ||
| ) | [inline] |
constructor for a text entry
| LotusGraphInternal::SubDocument::~SubDocument | ( | ) | [inline] |
destructor
| virtual bool LotusGraphInternal::SubDocument::operator== | ( | shared_ptr< WKSSubDocument > const & | doc | ) | const [inline, virtual] |
operator==
| void LotusGraphInternal::SubDocument::parse | ( | shared_ptr< WKSContentListener > & | listener, |
| libwps::SubDocumentType | subDocumentType | ||
| ) | [virtual] |
the parser function
Implements WKSSubDocument.
a flag to known if we need to send the entry or the footer
Referenced by operator==(), and parse().
the graph parser
Referenced by operator==(), and parse().