StarObjectSmallGraphicInternal::SubDocument Class Referencefinal

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

Inheritance diagram for StarObjectSmallGraphicInternal::SubDocument:
STOFFSubDocument

Public Member Functions

 SubDocument (std::shared_ptr< OutlinerParaObject > &text)
 
 ~SubDocument () final
 destructor
 
bool operator!= (STOFFSubDocument const &doc) const final
 operator!=
 
void parse (STOFFListenerPtr &listener, libstoff::SubDocumentType type) final
 the parser function
 
- Public Member Functions inherited from STOFFSubDocument
 STOFFSubDocument (STOFFParser *pars, STOFFInputStreamPtr ip, STOFFEntry const &z)
 constructor from parser, input stream and zone in the input
 
 STOFFSubDocument (STOFFSubDocument const &doc)
 copy constructor
 
STOFFSubDocumentoperator= (STOFFSubDocument const &doc)
 copy operator
 
virtual ~STOFFSubDocument ()
 virtual destructor
 
bool operator== (STOFFSubDocument const &doc) const
 comparison operator==
 
bool operator!= (std::shared_ptr< STOFFSubDocument > const &doc) const
 comparison operator!=
 
bool operator== (std::shared_ptr< STOFFSubDocument > const &doc) const
 comparison operator==
 

Protected Attributes

std::shared_ptr< OutlinerParaObjectm_text
 the text
 
- Protected Attributes inherited from STOFFSubDocument
STOFFParserm_parser
 the main zone parser
 
std::shared_ptr< STOFFInputStreamm_input
 the input
 
STOFFEntry m_zone
 if valid the zone to parse
 

Detailed Description

Internal: the subdocument of a StarObjectSmallGraphic.

Constructor & Destructor Documentation

◆ SubDocument()

StarObjectSmallGraphicInternal::SubDocument::SubDocument ( std::shared_ptr< OutlinerParaObject > & text)
inlineexplicit

◆ ~SubDocument()

StarObjectSmallGraphicInternal::SubDocument::~SubDocument ( )
inlinefinal

destructor

Member Function Documentation

◆ operator!=()

bool StarObjectSmallGraphicInternal::SubDocument::operator!= ( STOFFSubDocument const & doc) const
inlinefinalvirtual

operator!=

Reimplemented from STOFFSubDocument.

◆ parse()

void StarObjectSmallGraphicInternal::SubDocument::parse ( STOFFListenerPtr & listener,
libstoff::SubDocumentType type )
finalvirtual

the parser function

Implements STOFFSubDocument.

Member Data Documentation

◆ m_text

std::shared_ptr<OutlinerParaObject> StarObjectSmallGraphicInternal::SubDocument::m_text
protected

the text

Referenced by operator!=(), and parse().


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

Generated on Mon Apr 22 2024 12:48:55 for libstaroffice by doxygen 1.10.0