#include <WNEntry.hxx>
Public Member Functions | |
WNEntry () | |
bool | isZoneType () const |
returns true if this entry store a zone | |
bool | isZone () const |
returns true if this is a zone | |
Public Attributes | |
int | m_fileType |
the file entry id | |
int | m_val [4] |
other values | |
Friends | |
std::ostream & | operator<< (std::ostream &o, WNEntry const &entry) |
operator<< |
WNEntry::WNEntry | ( | ) | [inline] |
bool WNEntry::isZone | ( | ) | const [inline] |
returns true if this is a zone
Referenced by WNParser::parseGraphicZone(), and WNParser::readDocEntries().
bool WNEntry::isZoneType | ( | ) | const [inline] |
returns true if this entry store a zone
Referenced by isZone(), and WNParser::readEntry().
std::ostream& operator<< | ( | std::ostream & | o, |
WNEntry const & | entry | ||
) | [friend] |
operator<<
the file entry id
Referenced by WNParser::checkHeader(), isZoneType(), WNText::parseZone(), and WNParser::readEntry().
int WNEntry::m_val[4] |
other values
Referenced by WNTextInternal::ContentZones::hasPageColumnBreak(), WNText::parseContent(), WNParser::parseGraphicZone(), WNText::parseZone(), WNParser::readEntry(), and WNEntry().