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.
|
inline |
the constructor
|
inline |
return true if this is a note
Referenced by MsWks3Text::createZones(), and MsWks3Text::sendText().
|
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(), and MsWks3Text::sendText().
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().