34 #ifndef SPRINGBOARD_PARSER
35 # define SPRINGBOARD_PARSER
40 #include <librevenge/librevenge.h>
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:47
virtual class which defines the ancestor of all graphic zone parser
Definition: MWAWParser.hxx:251
Internal: the subdocument of a SpringBoardParser.
Definition: SpringBoardParser.cxx:120
the main class to read a SpringBoard v1 file
Definition: SpringBoardParser.hxx:58
SpringBoardParser(MWAWInputStreamPtr const &input, MWAWRSRCParserPtr const &rsrcParser, MWAWHeader *header)
constructor
Definition: SpringBoardParser.cxx:169
std::shared_ptr< SpringBoardParserInternal::State > m_state
the state
Definition: SpringBoardParser.hxx:110
void parse(librevenge::RVNGDrawingInterface *documentInterface) final
virtual function used to parse the input
Definition: SpringBoardParser.cxx:185
bool createZones()
finds the different objects zones
Definition: SpringBoardParser.cxx:240
bool parseDataList(int id, MWAWEntry const &entry)
try to parse a list of data
Definition: SpringBoardParser.cxx:411
bool parseLastZone(int id, MWAWEntry const &entry)
try to parse a second entry zones
Definition: SpringBoardParser.cxx:745
~SpringBoardParser() final
destructor
Definition: SpringBoardParser.cxx:178
bool parseParagraphStyle(MWAWEntry const &entry, MWAWVec2i const &indices)
try to parse a list of paragraph style: zone8
Definition: SpringBoardParser.cxx:657
bool parseData(int id, MWAWEntry const &entry, MWAWVec2i const &indices)
try to parse some data
Definition: SpringBoardParser.cxx:475
bool parseFrames(int page, long pos)
try to parse a list of frames corresponding to a page
Definition: SpringBoardParser.cxx:987
void createDocument(librevenge::RVNGDrawingInterface *documentInterface)
creates the listener which will be associated to the document
Definition: SpringBoardParser.cxx:214
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: SpringBoardParser.cxx:1094
bool parseShape(long pos, int frameId)
try to parse a shape
Definition: SpringBoardParser.cxx:856
bool parsePageNumbering(MWAWEntry const &entry)
try to parse the page numbering zone
Definition: SpringBoardParser.cxx:345
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:561
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
Internal: the structures of a SpringBoardParser.
Definition: SpringBoardParser.cxx:58
Definition: MWAWDocument.hxx:57