a entry to store a zone structure More...
#include <MRWParser.hxx>
Public Member Functions | |
| MRWEntry () | |
| constructor | |
| std::string | name () const |
| returns the entry name; | |
Public Attributes | |
| int | m_fileType |
| the entry type | |
| int | m_N |
| the number of value | |
| int | m_value |
| a unknown value | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, MRWEntry const &ent) |
| operator<< | |
a entry to store a zone structure
| MRWEntry::MRWEntry | ( | ) | [inline] |
constructor
| std::string MRWEntry::name | ( | ) | const |
returns the entry name;
Reimplemented from MWAWEntry.
Referenced by MRWParser::readDocInfo(), MRWText::readFontNames(), MRWText::readFonts(), MRWText::readPLCZone(), MRWGraph::readPostscript(), MRWText::readRulers(), MRWParser::readSeparator(), MRWText::readStyleNames(), MRWText::readTextStruct(), MRWGraph::readToken(), MRWText::readZone(), MRWParser::readZone(), MRWParser::readZone13(), MRWParser::readZoneb(), MRWParser::readZonec(), MRWParser::readZoneDim(), and MRWParser::readZoneHeader().
| std::ostream& operator<< | ( | std::ostream & | o, |
| MRWEntry const & | ent | ||
| ) | [friend] |
operator<<
the entry type
Referenced by name(), MRWParser::readEntryHeader(), MRWText::readPLCZone(), MRWParser::readZone(), and MRWParser::readZoneDim().
| int MRWEntry::m_N |
a unknown value
Referenced by MRWParser::readEntryHeader().