Internal: the subdocument of a LotusGraphc. More...
Public Member Functions | |
SubDocument (QuattroGraph &graphParser, std::shared_ptr< Textbox > const &textbox, std::shared_ptr< WPSStream > const &stream) | |
constructor for a textbox document More... | |
SubDocument (QuattroGraph &graphParser, librevenge::RVNGString const &text) | |
constructor for a text entry 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... | |
![]() | |
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... | |
![]() | |
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 | |
QuattroGraph & | m_graphParser |
the graph parser More... | |
std::shared_ptr< Textbox > | m_textbox |
the textbox data More... | |
std::shared_ptr< WPSStream > | m_stream |
the file stream More... | |
librevenge::RVNGString | m_text |
the main text More... | |
Additional Inherited Members | |
![]() | |
WKSParser * | m_parser |
![]() | |
RVNGInputStreamPtr | m_input |
int | m_id |
Internal: the subdocument of a LotusGraphc.
|
inline |
constructor for a textbox document
|
inline |
constructor for a text entry
|
inlinefinal |
destructor
|
inlinefinalvirtual |
operator==
Reimplemented from WPSSubDocument.
|
finalvirtual |
the parser function
Implements WKSSubDocument.
QuattroGraph& QuattroGraphInternal::SubDocument::m_graphParser |
the graph parser
std::shared_ptr<WPSStream> QuattroGraphInternal::SubDocument::m_stream |
the file stream
librevenge::RVNGString QuattroGraphInternal::SubDocument::m_text |
the main text
Referenced by operator==().
std::shared_ptr<Textbox> QuattroGraphInternal::SubDocument::m_textbox |
the textbox data