QuattroGraphInternal::SubDocument Class Referencefinal

Internal: the subdocument of a LotusGraphc. More...

Inheritance diagram for QuattroGraphInternal::SubDocument:
WKSSubDocument WPSSubDocument

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...
 
- Public Member Functions inherited from WKSSubDocument
 WKSSubDocument (RVNGInputStreamPtr const &input, WKSParser *parser, int id=0)
 constructor More...
 
 ~WKSSubDocument () override
 destructor More...
 
WKSParserparser () 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...
 
RVNGInputStreamPtrgetInput ()
 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

QuattroGraphm_graphParser
 the graph parser More...
 
std::shared_ptr< Textboxm_textbox
 the textbox data More...
 
std::shared_ptr< WPSStreamm_stream
 the file stream More...
 
librevenge::RVNGString m_text
 the main text More...
 

Additional Inherited Members

- Protected Attributes inherited from WKSSubDocument
WKSParserm_parser
 
- Protected Attributes inherited from WPSSubDocument
RVNGInputStreamPtr m_input
 
int m_id
 

Detailed Description

Internal: the subdocument of a LotusGraphc.

Constructor & Destructor Documentation

◆ SubDocument() [1/2]

QuattroGraphInternal::SubDocument::SubDocument ( QuattroGraph graphParser,
std::shared_ptr< Textbox > const &  textbox,
std::shared_ptr< WPSStream > const &  stream 
)
inline

constructor for a textbox document

◆ SubDocument() [2/2]

QuattroGraphInternal::SubDocument::SubDocument ( QuattroGraph graphParser,
librevenge::RVNGString const &  text 
)
inline

constructor for a text entry

◆ ~SubDocument()

QuattroGraphInternal::SubDocument::~SubDocument ( )
inlinefinal

destructor

Member Function Documentation

◆ operator==()

bool QuattroGraphInternal::SubDocument::operator== ( std::shared_ptr< WPSSubDocument > const &  doc) const
inlinefinalvirtual

operator==

Reimplemented from WPSSubDocument.

◆ parse()

void QuattroGraphInternal::SubDocument::parse ( std::shared_ptr< WKSContentListener > &  listener,
libwps::SubDocumentType  subDocumentType 
)
finalvirtual

the parser function

Implements WKSSubDocument.

Member Data Documentation

◆ m_graphParser

QuattroGraph& QuattroGraphInternal::SubDocument::m_graphParser

the graph parser

◆ m_stream

std::shared_ptr<WPSStream> QuattroGraphInternal::SubDocument::m_stream

the file stream

◆ m_text

librevenge::RVNGString QuattroGraphInternal::SubDocument::m_text

the main text

Referenced by operator==().

◆ m_textbox

std::shared_ptr<Textbox> QuattroGraphInternal::SubDocument::m_textbox

the textbox data


The documentation for this class was generated from the following file:

Generated on Fri May 27 2022 03:07:01 for libwps by doxygen 1.8.14