the main class to read the structures part of MacWrite Pro file More...
#include <MacWrtProStructures.hxx>
Public Member Functions | |
MacWrtProStructures (MacWrtProParser &mainParser) | |
constructor More... | |
virtual | ~MacWrtProStructures () |
destructor More... | |
int | version () const |
returns the file version. More... | |
Protected Member Functions | |
void | init () |
inits all internal variables More... | |
bool | createZones (std::shared_ptr< MWAWStream > &stream, int numPages) |
finds the different objects zones More... | |
bool | createZonesII (std::shared_ptr< MWAWStream > &stream, int numPages) |
finds the different objects zones in a MacWriteII file More... | |
int | numPages () const |
returns the number of pages More... | |
bool | sendMainZone () |
send the main zone More... | |
void | updatePageSpan (int page, bool hasTitlePage, MWAWPageSpan &pageSpan) |
update the page span More... | |
void | flushExtra () |
flush not send zones More... | |
void | buildPageStructures () |
look for pages structures More... | |
void | buildTableStructures () |
look for tables structures and if so, prepare data More... | |
bool | readStyles (std::shared_ptr< MWAWStream > &stream) |
try to read the paragraph styles zone which begins at address 0x200 More... | |
bool | readStyle (std::shared_ptr< MWAWStream > &stream, int styleId) |
try to read a style More... | |
bool | readCharStyles (std::shared_ptr< MWAWStream > &stream) |
try to read the character styles zone More... | |
bool | readParagraphs (std::shared_ptr< MWAWStream > &stream) |
try to read a list of paragraph More... | |
bool | readParagraph (std::shared_ptr< MWAWStream > &stream, MacWrtProStructuresInternal::Paragraph ¶) |
try to read a paragraph More... | |
bool | readGraphicsList (std::shared_ptr< MWAWStream > &stream, int nuumPages) |
try to read the list of graphic entries: 1.0 1.5 More... | |
std::shared_ptr< MacWrtProStructuresInternal::Graphic > | readGraphic (std::shared_ptr< MWAWStream > &stream) |
try to read a graphic entry: 1.0, 1.5 More... | |
bool | readPagesListII (std::shared_ptr< MWAWStream > const &stream, int numPages) |
try to parse the list of page: II More... | |
bool | readPageII (std::shared_ptr< MWAWStream > const &stream, int wh, MacWrtProStructuresInternal::Page &page) |
try to read a page entry: II More... | |
bool | readGraphicII (std::shared_ptr< MWAWStream > const &stream, int id, bool mainGraphic, MacWrtProStructuresInternal::Graphic &graphic) |
try to read a graphic structure: II More... | |
bool | readFontsName (std::shared_ptr< MWAWStream > &stream) |
try to read the fonts zone More... | |
bool | readFontsDef (std::shared_ptr< MWAWStream > &stream) |
try to read the list of fonts More... | |
bool | readFont (std::shared_ptr< MWAWStream > &stream, MacWrtProStructuresInternal::Font &font) |
try to read a font More... | |
bool | readSections (std::shared_ptr< MWAWStream > &stream, std::vector< MacWrtProStructuresInternal::Section > §ions) |
try to read the section info ? More... | |
bool | readSelection (std::shared_ptr< MWAWStream > &stream) |
try to read a 16 bytes the zone which follow the char styles zone ( the selection?) More... | |
bool | readStructB (std::shared_ptr< MWAWStream > &stream) |
try to read a zone which follow the fonts zone(checkme) More... | |
bool | getColor (int colId, MWAWColor &color) const |
try to return the color corresponding to colId More... | |
bool | getPattern (int patId, float &patternPercent) const |
try to return the pattern corresponding to patId More... | |
bool | getColor (int colId, int patId, MWAWColor &color) const |
try to return the color corresponding to colId and patId More... | |
bool | isSent (int graphicId) |
returns true if the graphic is already sent ( or does not exists) More... | |
bool | send (int graphicId, bool mainZone=false) |
try to send a graphic which corresponds to graphicid More... | |
MWAWTextListenerPtr & | getTextListener () |
returns the actual listener More... | |
Static Protected Member Functions | |
static bool | readString (MWAWInputStreamPtr input, std::string &res) |
try to read a string More... | |
Protected Attributes | |
MWAWParserStatePtr | m_parserState |
the parser state More... | |
MacWrtProParser & | m_mainParser |
the main parser More... | |
std::shared_ptr< MacWrtProStructuresInternal::State > | m_state |
the state More... | |
std::string | m_asciiName |
the debug file name More... | |
Friends | |
class | MacWrtProParser |
class | MacWrtProParserInternal::SubDocument |
struct | MacWrtProStructuresInternal::Cell |
class | MacWrtProStructuresListenerState |
the main class to read the structures part of MacWrite Pro file
|
explicit |
constructor
|
virtual |
destructor
|
protected |
look for pages structures
Referenced by createZones().
|
protected |
look for tables structures and if so, prepare data
Referenced by createZones().
|
protected |
finds the different objects zones
|
protected |
finds the different objects zones in a MacWriteII file
Referenced by createZones().
|
protected |
flush not send zones
|
protected |
try to return the color corresponding to colId and patId
|
protected |
try to return the color corresponding to colId
Referenced by getColor(), readFont(), and readGraphic().
|
protected |
try to return the pattern corresponding to patId
Referenced by getColor().
|
protected |
returns the actual listener
|
protected |
inits all internal variables
Referenced by MacWrtProStructures().
|
protected |
returns true if the graphic is already sent ( or does not exists)
|
protected |
returns the number of pages
Referenced by createZones(), createZonesII(), readGraphicsList(), and readPagesListII().
|
protected |
try to read the character styles zone
Referenced by createZones(), and createZonesII().
|
protected |
try to read a font
Referenced by readCharStyles(), readFontsDef(), and readStyle().
|
protected |
try to read the list of fonts
Referenced by createZones(), and createZonesII().
|
protected |
try to read the fonts zone
Referenced by createZones(), and createZonesII().
|
protected |
try to read a graphic entry: 1.0, 1.5
Referenced by readGraphicsList().
|
protected |
try to read a graphic structure: II
Referenced by readPageII().
|
protected |
try to read the list of graphic entries: 1.0 1.5
Referenced by createZones().
|
protected |
try to read a page entry: II
Referenced by readPagesListII().
|
protected |
try to parse the list of page: II
Referenced by createZonesII().
|
protected |
try to read a paragraph
seems difficult to set bottom a percentage of the line unit, so do the strict minimum...
Referenced by readParagraphs(), and readStyle().
|
protected |
try to read a list of paragraph
Referenced by createZones(), and createZonesII().
|
protected |
try to read the section info ?
Referenced by createZones().
|
protected |
try to read a 16 bytes the zone which follow the char styles zone ( the selection?)
Referenced by createZones().
|
staticprotected |
try to read a string
Referenced by createZones(), and readGraphicsList().
|
protected |
try to read a zone which follow the fonts zone(checkme)
Referenced by createZones().
|
protected |
try to read a style
Referenced by readStyles().
|
protected |
try to read the paragraph styles zone which begins at address 0x200
Referenced by createZones().
|
protected |
try to send a graphic which corresponds to graphicid
note: graphicId=-noteId to send footnote in MW2
Referenced by flushExtra(), MacWrtProStructuresInternal::Cell::sendContent(), and sendMainZone().
|
protected |
send the main zone
|
protected |
update the page span
int MacWrtProStructures::version | ( | ) | const |
returns the file version.
this version is only correct after the header is parsed
Referenced by createZones(), createZonesII(), flushExtra(), getColor(), getPattern(), readCharStyles(), readFont(), readFontsDef(), readFontsName(), readParagraph(), readParagraphs(), send(), sendMainZone(), and updatePageSpan().
|
friend |
|
friend |
|
friend |
|
friend |
|
protected |
the debug file name
|
protected |
the main parser
Referenced by buildPageStructures(), createZonesII(), readGraphicsList(), send(), and updatePageSpan().
|
protected |
the parser state
Referenced by flushExtra(), getTextListener(), readCharStyles(), readFontsDef(), readFontsName(), readStyle(), send(), and version().
|
protected |
the state
Referenced by buildPageStructures(), buildTableStructures(), createZones(), createZonesII(), flushExtra(), init(), isSent(), numPages(), readFontsDef(), readGraphic(), readGraphicsList(), readPagesListII(), readParagraphs(), send(), sendMainZone(), updatePageSpan(), and version().