Internal: header zone. More...
Public Member Functions | |
| LineZone () | |
| the constructor | |
| bool | isNote () const |
| return true if this is a note | |
| bool | isRuler () const |
| return true if this is a tabs | |
Public Attributes | |
| int | m_type |
| the type | |
| MWAWEntry | m_pos |
| the file position | |
| int | m_id |
| the id | |
| int | m_flags |
| the zone flags | |
| int | m_height |
| the height | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, LineZone const &z) |
| operator<< | |
Internal: header zone.
| MsWks3TextInternal::LineZone::LineZone | ( | ) | [inline] |
the constructor
| bool MsWks3TextInternal::LineZone::isNote | ( | ) | const [inline] |
return true if this is a note
Referenced by MsWks3Text::createZones(), MsWks3Text::update(), and MsWks3Text::updateNotes().
| bool MsWks3TextInternal::LineZone::isRuler | ( | ) | const [inline] |
return true if this is a tabs
Referenced by MsWks3Text::updateNotes().
| std::ostream& operator<< | ( | std::ostream & | o, |
| LineZone const & | z | ||
| ) | [friend] |
operator<<
the zone flags
Referenced by MsWks3Text::readZoneHeader(), and MsWks3Text::update().
the height
Referenced by MsWks3Text::readZoneHeader(), and MsWks3Text::update().
the id
Referenced by MsWks3Text::readZoneHeader().
the file position
Referenced by MsWks3Text::createZones(), MsWks3Text::readParagraph(), MsWks3Text::readZoneHeader(), MsWks3Text::sendText(), and MsWks3Text::updateNotes().
the type
Referenced by isNote(), isRuler(), MsWks3Text::readZoneHeader(), and MsWks3Text::send().