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