34 #ifndef BEAGLE_WKS_PARSER
35 # define BEAGLE_WKS_PARSER
40 #include <librevenge/librevenge.h>
72 void parse(librevenge::RVNGTextInterface *documentInterface);
79 void createDocument(librevenge::RVNGTextInterface *documentInterface);
129 shared_ptr<BeagleWksParserInternal::State>
m_state;
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: BeagleWksParser.cxx:597
shared_ptr< BeagleWksParserInternal::State > m_state
the state
Definition: BeagleWksParser.hxx:129
shared_ptr< BeagleWksText > m_textParser
the text parser
Definition: BeagleWksParser.hxx:134
the main class to read a BeagleWorks file
Definition: BeagleWksParser.hxx:59
MWAWInputStreamPtr rsrcInput()
return the input input
Definition: BeagleWksParser.cxx:107
an interface used to insert comment in a binary file, written in ascii form (if debug_with_files is n...
Definition: MWAWDebug.hxx:65
bool sendPicture(int pId, MWAWPosition const &pos, MWAWGraphicStyle const &style=MWAWGraphicStyle::emptyStyle())
try to send a picture
Definition: BeagleWksParser.cxx:562
libmwaw::DebugFile & rsrcAscii()
a DebugFile used to write what we recognize when we parse the document in rsrc
Definition: BeagleWksParser.cxx:112
void init()
inits all internal variables
Definition: BeagleWksParser.cxx:93
bool readLastZone()
read the last zone
Definition: BeagleWksParser.cxx:454
a structure used to define a picture style
Definition: MWAWGraphicStyle.hxx:47
bool createZones()
finds the different objects zones
Definition: BeagleWksParser.cxx:245
void createDocument(librevenge::RVNGTextInterface *documentInterface)
creates the listener which will be associated to the document
Definition: BeagleWksParser.cxx:193
bool readPrintInfo()
read the print info zone
Definition: BeagleWksParser.cxx:398
the main class to read the text part of BeagleWorks Text file
Definition: BeagleWksText.hxx:61
Internal: a structure use to store a frame in a BeagleWorks files.
Definition: BeagleWksStructManager.hxx:102
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:449
virtual ~BeagleWksParser()
destructor
Definition: BeagleWksParser.cxx:89
Internal: the structures of a BeagleWksParser.
Definition: BeagleWksParser.cxx:58
virtual class which defines the ancestor of all text zone parser
Definition: MWAWParser.hxx:284
bool readRSRCZones()
read the resource fork zone
Definition: BeagleWksParser.cxx:328
shared_ptr< BeagleWksStructManager > m_structureManager
the structure manager
Definition: BeagleWksParser.hxx:132
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:439
bool sendPageFrames()
try to send the page graphic
Definition: BeagleWksParser.cxx:367
void newPage(int number)
adds a new page
Definition: BeagleWksParser.cxx:144
Class to define the position of an object (textbox, picture, ..) in the document. ...
Definition: MWAWPosition.hxx:47
BeagleWksParser(MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header)
constructor
Definition: BeagleWksParser.cxx:83
MWAWVec2f getPageLeftTop() const
returns the page left top point ( in inches)
Definition: BeagleWksParser.cxx:120
void parse(librevenge::RVNGTextInterface *documentInterface)
virtual function used to parse the input
Definition: BeagleWksParser.cxx:160
bool sendFrame(int pId)
try to insert the pId picture (as char)
Definition: BeagleWksParser.cxx:129
static MWAWGraphicStyle emptyStyle()
returns an empty style.
Definition: MWAWGraphicStyle.hxx:204