RagTime5TextInternal::SubDocument Class Referencefinal

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

Inheritance diagram for RagTime5TextInternal::SubDocument:
MWAWSubDocument

Public Member Functions

 SubDocument (RagTime5Text &parser, MWAWInputStreamPtr const &input, RagTime5TextInternal::ClusterText &cluster, RagTime5Zone &dataZone, size_t firstChar, size_t lastChar)
 
 ~SubDocument () final
 destructor More...
 
bool operator!= (MWAWSubDocument const &doc) const final
 operator!= More...
 
void parse (MWAWListenerPtr &listener, libmwaw::SubDocumentType type) final
 the parser function More...
 
- 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 More...
 
 MWAWSubDocument (MWAWSubDocument const &doc)=default
 copy constructor More...
 
MWAWSubDocumentoperator= (MWAWSubDocument const &doc)=default
 copy operator More...
 
virtual ~MWAWSubDocument ()
 virtual destructor More...
 
bool operator== (MWAWSubDocument const &doc) const
 comparison operator== More...
 
bool operator!= (std::shared_ptr< MWAWSubDocument > const &doc) const
 comparison operator!= More...
 
bool operator== (std::shared_ptr< MWAWSubDocument > const &doc) const
 comparison operator== More...
 

Protected Attributes

RagTime5Textm_ragtimeParser
 the main parser More...
 
ClusterTextm_cluster
 the cluster More...
 
RagTime5Zonem_dataZone
 the data zone More...
 
size_t m_firstChar
 the first char More...
 
size_t m_lastChar
 the last char More...
 
- Protected Attributes inherited from MWAWSubDocument
MWAWParserm_parser
 the main zone parser More...
 
std::shared_ptr< MWAWInputStreamm_input
 the input More...
 
MWAWEntry m_zone
 if valid the zone to parse More...
 

Detailed Description

Internal: the subdocument of a RagTime5Text.

Constructor & Destructor Documentation

RagTime5TextInternal::SubDocument::SubDocument ( RagTime5Text parser,
MWAWInputStreamPtr const &  input,
RagTime5TextInternal::ClusterText cluster,
RagTime5Zone dataZone,
size_t  firstChar,
size_t  lastChar 
)
inline
RagTime5TextInternal::SubDocument::~SubDocument ( )
inlinefinal

destructor

Member Function Documentation

bool RagTime5TextInternal::SubDocument::operator!= ( MWAWSubDocument const &  doc) const
finalvirtual

operator!=

Reimplemented from MWAWSubDocument.

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

the parser function

Implements MWAWSubDocument.

Member Data Documentation

ClusterText& RagTime5TextInternal::SubDocument::m_cluster
protected

the cluster

RagTime5Zone& RagTime5TextInternal::SubDocument::m_dataZone
protected

the data zone

size_t RagTime5TextInternal::SubDocument::m_firstChar
protected

the first char

size_t RagTime5TextInternal::SubDocument::m_lastChar
protected

the last char

RagTime5Text& RagTime5TextInternal::SubDocument::m_ragtimeParser
protected

the main parser


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

Generated on Sat Aug 21 2021 18:43:41 for libmwaw by doxygen 1.8.10