DrawTableParserInternal::SubDocument Class Referencefinal

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

Inheritance diagram for DrawTableParserInternal::SubDocument:
MWAWSubDocument

Public Member Functions

 SubDocument (DrawTableParser &parser, MWAWInputStreamPtr const &input, MWAWEntry const &entry, MWAWFont const &font, MWAWParagraph const &para)
 constructor from a zoneId
 
 ~SubDocument () final
 destructor
 
void parse (MWAWListenerPtr &listener, libmwaw::SubDocumentType type) final
 the parser function
 
- Public Member Functions inherited from MWAWSubDocument
 MWAWSubDocument (MWAWParser *pars, MWAWInputStreamPtr const &ip, MWAWEntry const &z)
 constructor from parser, input stream and zone in the input
 
 MWAWSubDocument (MWAWSubDocument const &doc)=default
 copy constructor
 
MWAWSubDocumentoperator= (MWAWSubDocument const &doc)=default
 copy operator
 
virtual ~MWAWSubDocument ()
 virtual destructor
 
virtual bool operator!= (MWAWSubDocument const &doc) const
 comparison operator!=
 
bool operator== (MWAWSubDocument const &doc) const
 comparison operator==
 
bool operator!= (std::shared_ptr< MWAWSubDocument > const &doc) const
 comparison operator!=
 
bool operator== (std::shared_ptr< MWAWSubDocument > const &doc) const
 comparison operator==
 
virtual void parse (MWAWListenerPtr &listener, libmwaw::SubDocumentType subDocumentType)=0
 virtual parse function
 

Protected Attributes

MWAWFont m_font
 the font style
 
MWAWParagraph m_para
 the paragraph style
 
- Protected Attributes inherited from MWAWSubDocument
MWAWParserm_parser
 the main zone parser
 
std::shared_ptr< MWAWInputStreamm_input
 the input
 
MWAWEntry m_zone
 if valid the zone to parse
 

Private Member Functions

 SubDocument (SubDocument const &orig)=delete
 
SubDocumentoperator= (SubDocument const &orig)=delete
 

Detailed Description

Internal: the subdocument of a DrawTableParser.

Constructor & Destructor Documentation

◆ SubDocument() [1/2]

DrawTableParserInternal::SubDocument::SubDocument ( DrawTableParser parser,
MWAWInputStreamPtr const &  input,
MWAWEntry const &  entry,
MWAWFont const &  font,
MWAWParagraph const &  para 
)
inline

constructor from a zoneId

◆ ~SubDocument()

DrawTableParserInternal::SubDocument::~SubDocument ( )
inlinefinal

destructor

◆ SubDocument() [2/2]

DrawTableParserInternal::SubDocument::SubDocument ( SubDocument const &  orig)
privatedelete

Member Function Documentation

◆ operator=()

SubDocument & DrawTableParserInternal::SubDocument::operator= ( SubDocument const &  orig)
privatedelete

◆ parse()

void DrawTableParserInternal::SubDocument::parse ( MWAWListenerPtr listener,
libmwaw::SubDocumentType  type 
)
finalvirtual

the parser function

Implements MWAWSubDocument.

Member Data Documentation

◆ m_font

MWAWFont DrawTableParserInternal::SubDocument::m_font
protected

the font style

Referenced by parse().

◆ m_para

MWAWParagraph DrawTableParserInternal::SubDocument::m_para
protected

the paragraph style

Referenced by parse().


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

Generated on Thu Jan 19 2023 00:00:00 for libmwaw by doxygen 1.9.6