the main class to read a HanMac Word-K file More...
#include <HanMacWrdKParser.hxx>
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< HanMacWrdKZone > | decodeZone (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< HanMacWrdKGraph > | m_graphParser |
| the graph parser | |
| shared_ptr< HanMacWrdKText > | m_textParser |
| the text parser | |
Friends | |
| class | HanMacWrdKGraph |
| class | HanMacWrdKText |
| class | HanMacWrdKParserInternal::SubDocument |
the main class to read a HanMac Word-K file
| HanMacWrdKParser::HanMacWrdKParser | ( | MWAWInputStreamPtr | input, |
| MWAWRSRCParserPtr | rsrcParser, | ||
| MWAWHeader * | header | ||
| ) |
constructor
| HanMacWrdKParser::~HanMacWrdKParser | ( | ) | [virtual] |
destructor
| 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] |
| 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().
| MWAWVec2f HanMacWrdKParser::getPageLeftTop | ( | ) | const [protected] |
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] |
send a text zone
Referenced by HanMacWrdKParserInternal::SubDocument::parse(), and HanMacWrdKGraph::sendText().
| bool HanMacWrdKParser::sendZone | ( | long | zId | ) | [protected] |
send a zone
Referenced by HanMacWrdKText::sendText().
friend class HanMacWrdKGraph [friend] |
Referenced by init().
friend class HanMacWrdKParserInternal::SubDocument [friend] |
friend class HanMacWrdKText [friend] |
Referenced by init().
shared_ptr<HanMacWrdKGraph> HanMacWrdKParser::m_graphParser [protected] |
the graph parser
Referenced by createDocument(), createZones(), getColor(), init(), parse(), readZone(), and sendZone().
shared_ptr<HanMacWrdKParserInternal::State> HanMacWrdKParser::m_state [protected] |
the state
Referenced by checkHeader(), createDocument(), createZones(), getPageLeftTop(), init(), newPage(), and readZonesList().
shared_ptr<HanMacWrdKText> HanMacWrdKParser::m_textParser [protected] |
the text parser
Referenced by canSendTextAsGraphic(), createDocument(), createZones(), init(), parse(), readZone(), and sendText().