a class use to store the classic header find before file zone More...
#include <HanMacWrdJParser.hxx>
Public Member Functions | |
HanMacWrdJZoneHeader (bool isMain) | |
constructor More... | |
Public Attributes | |
long | m_length |
the zone size More... | |
int | m_n |
the number of item More... | |
int | m_fieldSize |
the field size More... | |
long | m_id |
the zone id More... | |
int | m_values [4] |
4 unknown field : freeN?, totalN?, totalN1?, ? More... | |
bool | m_isMain |
true if this is the main header More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, HanMacWrdJZoneHeader const &h) |
operator<< More... | |
a class use to store the classic header find before file zone
|
inline |
constructor
|
friend |
operator<<
int HanMacWrdJZoneHeader::m_fieldSize |
the field size
Referenced by HanMacWrdJParser::readClassicHeader(), HanMacWrdJText::readFonts(), HanMacWrdJGraph::readFrames(), HanMacWrdJText::readFtnPos(), HanMacWrdJGraph::readGraphData(), HanMacWrdJGraph::readGroupData(), HanMacWrdJText::readParagraphs(), HanMacWrdJText::readSections(), HanMacWrdJText::readStyles(), HanMacWrdJGraph::readTable(), HanMacWrdJGraph::readTableFormatsList(), HanMacWrdJText::readTextToken(), HanMacWrdJText::readTextZone(), HanMacWrdJText::readTextZonesList(), HanMacWrdJParser::readZoneA(), and HanMacWrdJParser::readZoneB().
long HanMacWrdJZoneHeader::m_id |
the zone id
Referenced by HanMacWrdJParser::readClassicHeader().
bool HanMacWrdJZoneHeader::m_isMain |
true if this is the main header
Referenced by HanMacWrdJParser::readClassicHeader().
long HanMacWrdJZoneHeader::m_length |
the zone size
Referenced by HanMacWrdJParser::readClassicHeader(), HanMacWrdJText::readFonts(), HanMacWrdJGraph::readFrames(), HanMacWrdJText::readFtnPos(), HanMacWrdJGraph::readGraphData(), HanMacWrdJGraph::readGroupData(), HanMacWrdJText::readParagraphs(), HanMacWrdJText::readSections(), HanMacWrdJText::readStyles(), HanMacWrdJGraph::readTable(), HanMacWrdJGraph::readTableFormatsList(), HanMacWrdJText::readTextToken(), HanMacWrdJText::readTextZone(), HanMacWrdJText::readTextZonesList(), HanMacWrdJParser::readZoneA(), and HanMacWrdJParser::readZoneB().
int HanMacWrdJZoneHeader::m_n |
int HanMacWrdJZoneHeader::m_values[4] |
4 unknown field : freeN?, totalN?, totalN1?, ?
Referenced by HanMacWrdJZoneHeader(), and HanMacWrdJParser::readClassicHeader().