Document header. More...
Public Member Functions | |
| FileHeader () | |
Public Attributes | |
| int | m_numParagraphs [3] |
| the number of lines : text, header footer | |
| bool | m_hideFirstPageHeaderFooter |
| true if the first page header/footer must be draw | |
| int | m_startNumberPage |
| the first number page | |
| long | m_freeListPos |
| free list start position | |
| long | m_freeListLength |
| free list length | |
| long | m_freeListAllocated |
| free list allocated | |
| long | m_dataPos |
| the begin of data ( if version == 3) | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, FileHeader const &header) |
Document header.
| MacWrtParserInternal::FileHeader::FileHeader | ( | ) | [inline] |
| std::ostream& operator<< | ( | std::ostream & | o, |
| FileHeader const & | header | ||
| ) | [friend] |
the begin of data ( if version == 3)
Referenced by MacWrtParser::checkHeader(), MacWrtParser::createZonesV3(), and MacWrtParserInternal::operator<<().
free list allocated
Referenced by MacWrtParser::checkHeader(), and MacWrtParserInternal::operator<<().
free list length
Referenced by MacWrtParser::checkHeader(), and MacWrtParserInternal::operator<<().
free list start position
Referenced by MacWrtParser::checkHeader(), and MacWrtParserInternal::operator<<().
true if the first page header/footer must be draw
Referenced by MacWrtParser::checkHeader(), and MacWrtParserInternal::operator<<().
the number of lines : text, header footer
Referenced by MacWrtParser::checkHeader(), MacWrtParser::createZonesV3(), FileHeader(), and MacWrtParserInternal::operator<<().
the first number page
Referenced by MacWrtParser::checkHeader(), and MacWrtParserInternal::operator<<().