HanMacWrdKParser Class Reference

the main class to read a HanMac Word-K file More...

#include <HanMacWrdKParser.hxx>

Inheritance diagram for HanMacWrdKParser:
MWAWTextParser MWAWParser

List of all members.

Public Member Functions

 HanMacWrdKParser (MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header)
 constructor
virtual ~HanMacWrdKParser ()
 destructor
bool checkHeader (MWAWHeader *header, bool strict=false)
 checks if the document header is correct (or not)
void parse (librevenge::RVNGTextInterface *documentInterface)
 virtual function used to parse the input

Protected Member Functions

void init ()
 inits all internal variables
void createDocument (librevenge::RVNGTextInterface *documentInterface)
 creates the listener which will be associated to the document
bool createZones ()
 finds the different objects zones
MWAWVec2f getPageLeftTop () const
 returns the page left top point ( in inches)
void newPage (int number)
 adds a new page
bool sendText (long id, long subId, MWAWListenerPtr listener=MWAWListenerPtr())
 send a text zone
bool canSendTextAsGraphic (long id, long subId)
 check if we can send a textzone as graphic
bool sendZone (long zId)
 send a zone
bool getColor (int colId, int patternId, MWAWColor &color) const
 returns the color associated with a pattern
bool readZonesList ()
 try to read the zones list
bool readZone (shared_ptr< HanMacWrdKZone > zone)
 try to read a generic zone
shared_ptr< HanMacWrdKZonedecodeZone (shared_ptr< HanMacWrdKZone > zone)
 try to decode a zone
bool readFramesUnkn (shared_ptr< HanMacWrdKZone > zone)
 try to read a zone storing a list of ?, frameType
bool readPrintInfo (HanMacWrdKZone &zone)
 try to read a printinfo zone (type 7)
bool readZone6 (shared_ptr< HanMacWrdKZone > zone)
 try to read a unknown zone of type 6
bool readZone8 (shared_ptr< HanMacWrdKZone > zone)
 try to read a unknown zone of type 8
bool readZonea (shared_ptr< HanMacWrdKZone > zone)
 try to read a unknown zone of type a
bool readZoneb (HanMacWrdKZone &zone)
 try to read a unknown zone of type b
bool readZonec (shared_ptr< HanMacWrdKZone > zone)
 try to read a unknown zone of type c

Protected Attributes

shared_ptr
< HanMacWrdKParserInternal::State
m_state
 the state
shared_ptr< HanMacWrdKGraphm_graphParser
 the graph parser
shared_ptr< HanMacWrdKTextm_textParser
 the text parser

Friends

class HanMacWrdKGraph
class HanMacWrdKText
class HanMacWrdKParserInternal::SubDocument

Detailed Description

the main class to read a HanMac Word-K file


Constructor & Destructor Documentation

constructor

destructor


Member Function Documentation

bool HanMacWrdKParser::canSendTextAsGraphic ( long  id,
long  subId 
) [protected]

check if we can send a textzone as graphic

Referenced by HanMacWrdKGraph::canCreateGraphic(), HanMacWrdKGraph::sendFrame(), and HanMacWrdKGraph::sendGroupChild().

bool HanMacWrdKParser::checkHeader ( MWAWHeader header,
bool  strict = false 
) [virtual]

checks if the document header is correct (or not)

Implements MWAWParser.

Referenced by parse().

void HanMacWrdKParser::createDocument ( librevenge::RVNGTextInterface *  documentInterface) [protected]

creates the listener which will be associated to the document

Referenced by parse().

bool HanMacWrdKParser::createZones ( ) [protected]

finds the different objects zones

Referenced by parse().

shared_ptr< HanMacWrdKZone > HanMacWrdKParser::decodeZone ( shared_ptr< HanMacWrdKZone zone) [protected]

try to decode a zone

Referenced by readZone().

bool HanMacWrdKParser::getColor ( int  colId,
int  patternId,
MWAWColor color 
) const [protected]

returns the color associated with a pattern

Referenced by HanMacWrdKText::readFont(), and HanMacWrdKText::readParagraph().

returns the page left top point ( in inches)

void HanMacWrdKParser::init ( ) [protected]

inits all internal variables

Referenced by HanMacWrdKParser().

void HanMacWrdKParser::newPage ( int  number) [protected]

adds a new page

Referenced by HanMacWrdKText::sendText().

void HanMacWrdKParser::parse ( librevenge::RVNGTextInterface *  documentInterface) [virtual]

virtual function used to parse the input

Implements MWAWTextParser.

bool HanMacWrdKParser::readFramesUnkn ( shared_ptr< HanMacWrdKZone zone) [protected]

try to read a zone storing a list of ?, frameType

Referenced by readZone().

bool HanMacWrdKParser::readPrintInfo ( HanMacWrdKZone zone) [protected]

try to read a printinfo zone (type 7)

Referenced by readZone().

bool HanMacWrdKParser::readZone ( shared_ptr< HanMacWrdKZone zone) [protected]

try to read a generic zone

type1: text, type7: printInfo: typed: graphic

Referenced by createZones().

bool HanMacWrdKParser::readZone6 ( shared_ptr< HanMacWrdKZone zone) [protected]

try to read a unknown zone of type 6

Referenced by readZone().

bool HanMacWrdKParser::readZone8 ( shared_ptr< HanMacWrdKZone zone) [protected]

try to read a unknown zone of type 8

Referenced by readZone().

bool HanMacWrdKParser::readZonea ( shared_ptr< HanMacWrdKZone zone) [protected]

try to read a unknown zone of type a

Referenced by readZone().

bool HanMacWrdKParser::readZoneb ( HanMacWrdKZone zone) [protected]

try to read a unknown zone of type b

Referenced by readZone().

bool HanMacWrdKParser::readZonec ( shared_ptr< HanMacWrdKZone zone) [protected]

try to read a unknown zone of type c

Referenced by readZone().

bool HanMacWrdKParser::readZonesList ( ) [protected]

try to read the zones list

Referenced by createZones().

bool HanMacWrdKParser::sendText ( long  id,
long  subId,
MWAWListenerPtr  listener = MWAWListenerPtr() 
) [protected]
bool HanMacWrdKParser::sendZone ( long  zId) [protected]

send a zone

Referenced by HanMacWrdKText::sendText().


Friends And Related Function Documentation

friend class HanMacWrdKGraph [friend]

Referenced by init().

friend class HanMacWrdKText [friend]

Referenced by init().


Member Data Documentation


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