the main class to read a BeagleWorks file More...
#include <BWParser.hxx>
Public Member Functions | |
BWParser (MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header) | |
constructor | |
virtual | ~BWParser () |
destructor | |
bool | checkHeader (MWAWHeader *header, bool strict=false) |
checks if the document header is correct (or not) | |
void | parse (WPXDocumentInterface *documentInterface) |
virtual function used to parse the input | |
Protected Member Functions | |
void | init () |
inits all internal variables | |
void | createDocument (WPXDocumentInterface *documentInterface) |
creates the listener which will be associated to the document | |
Vec2f | getPageLeftTop () const |
returns the page left top point ( in inches) | |
void | newPage (int number) |
adds a new page | |
bool | sendFrame (int pId) |
try to insert the pId picture (as char) | |
bool | createZones () |
finds the different objects zones | |
bool | readRSRCZones () |
read the resource fork zone | |
bool | sendPageFrames () |
try to send the page graphic | |
bool | sendFrame (BWParserInternal::Frame const &frame) |
try to send a frame | |
bool | sendPicture (int pId, MWAWPosition const &pos, WPXPropertyList frameExtras=WPXPropertyList()) |
try to send a picture | |
bool | readPrintInfo () |
read the print info zone | |
bool | readFrame (MWAWEntry const &entry) |
read a frame zone | |
bool | readLastZone () |
read the last zone | |
bool | readwPos (MWAWEntry const &entry) |
read the windows positions ( wPos 1001 resource block ) | |
bool | readFontStyle (MWAWEntry const &entry) |
read the font style ressource | |
MWAWInputStreamPtr | rsrcInput () |
return the input input | |
libmwaw::DebugFile & | rsrcAscii () |
a DebugFile used to write what we recognize when we parse the document in rsrc | |
Protected Attributes | |
shared_ptr < BWParserInternal::State > | m_state |
the state | |
shared_ptr< BWText > | m_textParser |
the text parser | |
Friends | |
class | BWText |
the main class to read a BeagleWorks file
BWParser::BWParser | ( | MWAWInputStreamPtr | input, |
MWAWRSRCParserPtr | rsrcParser, | ||
MWAWHeader * | header | ||
) |
constructor
BWParser::~BWParser | ( | ) | [virtual] |
destructor
bool BWParser::checkHeader | ( | MWAWHeader * | header, |
bool | strict = false |
||
) | [virtual] |
void BWParser::createDocument | ( | WPXDocumentInterface * | documentInterface | ) | [protected] |
creates the listener which will be associated to the document
Referenced by parse().
bool BWParser::createZones | ( | ) | [protected] |
finds the different objects zones
Referenced by parse().
Vec2f BWParser::getPageLeftTop | ( | ) | const [protected] |
returns the page left top point ( in inches)
void BWParser::init | ( | ) | [protected] |
inits all internal variables
Referenced by BWParser().
void BWParser::newPage | ( | int | number | ) | [protected] |
adds a new page
Referenced by BWText::sendText().
void BWParser::parse | ( | WPXDocumentInterface * | documentInterface | ) | [virtual] |
virtual function used to parse the input
Implements MWAWParser.
bool BWParser::readFontStyle | ( | MWAWEntry const & | entry | ) | [protected] |
read the font style ressource
Referenced by readRSRCZones().
bool BWParser::readFrame | ( | MWAWEntry const & | entry | ) | [protected] |
read a frame zone
Referenced by createZones().
bool BWParser::readLastZone | ( | ) | [protected] |
read the last zone
Referenced by createZones().
bool BWParser::readPrintInfo | ( | ) | [protected] |
read the print info zone
Referenced by checkHeader(), and createZones().
bool BWParser::readRSRCZones | ( | ) | [protected] |
read the resource fork zone
Referenced by createZones().
bool BWParser::readwPos | ( | MWAWEntry const & | entry | ) | [protected] |
read the windows positions ( wPos 1001 resource block )
Referenced by readRSRCZones().
libmwaw::DebugFile & BWParser::rsrcAscii | ( | ) | [protected] |
a DebugFile used to write what we recognize when we parse the document in rsrc
Referenced by readFontStyle(), and readwPos().
MWAWInputStreamPtr BWParser::rsrcInput | ( | ) | [protected] |
return the input input
Referenced by readFontStyle(), and readwPos().
bool BWParser::sendFrame | ( | int | pId | ) | [protected] |
try to insert the pId picture (as char)
Referenced by sendPageFrames(), and BWText::sendText().
bool BWParser::sendFrame | ( | BWParserInternal::Frame const & | frame | ) | [protected] |
try to send a frame
bool BWParser::sendPageFrames | ( | ) | [protected] |
try to send the page graphic
Referenced by parse().
bool BWParser::sendPicture | ( | int | pId, |
MWAWPosition const & | pos, | ||
WPXPropertyList | frameExtras = WPXPropertyList() |
||
) | [protected] |
try to send a picture
Referenced by sendFrame().
shared_ptr<BWParserInternal::State> BWParser::m_state [protected] |
the state
Referenced by checkHeader(), createDocument(), createZones(), getPageLeftTop(), init(), newPage(), readFrame(), sendFrame(), and sendPageFrames().
shared_ptr<BWText> BWParser::m_textParser [protected] |
the text parser
Referenced by createDocument(), createZones(), init(), and parse().