38 #ifndef RAGTIME_5_PARSER 39 # define RAGTIME_5_PARSER 45 #include <librevenge/librevenge.h> 90 void newPage(
int number,
bool softBreak);
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: RagTime5Parser.cxx:185
void init()
inits all internal variables
Definition: RagTime5Parser.cxx:143
Definition: MWAWDocument.hxx:56
void parse(librevenge::RVNGTextInterface *documentInterface) final
virtual function used to parse the input
Definition: RagTime5Parser.cxx:197
void createDocument(librevenge::RVNGTextInterface *documentInterface)
creates the listener which will be associated to the document
Definition: RagTime5Parser.cxx:229
std::shared_ptr< RagTime5ParserInternal::State > m_state
the state
Definition: RagTime5Parser.hxx:105
RagTime5Parser(MWAWInputStreamPtr const &input, MWAWRSRCParserPtr const &rsrcParser, MWAWHeader *header)
constructor
Definition: RagTime5Parser.cxx:131
Internal: the structures of a RagTime5Parser.
Definition: RagTime5Parser.cxx:55
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:561
void sendFootnote(int zoneId)
creates a document to send a footnote
Definition: RagTime5Parser.cxx:178
Internal: the subdocument of a RagTime5Parser.
Definition: RagTime5Parser.cxx:73
~RagTime5Parser() final
destructor
Definition: RagTime5Parser.cxx:139
virtual class which defines the ancestor of all text zone parser
Definition: MWAWParser.hxx:298
the main class to parse a RagTime 5-6 file
Definition: RagTime5Parser.hxx:65
void newPage(int number, bool softBreak)
adds a new page
Definition: RagTime5Parser.cxx:159
std::shared_ptr< RagTime5Document > m_document
the main document manager
Definition: RagTime5Parser.hxx:108
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
the main class to read a RagTime v5 file
Definition: RagTime5Document.hxx:76