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.
MSK3TextInternal::LineZone::LineZone | ( | ) | [inline] |
the constructor
bool MSK3TextInternal::LineZone::isNote | ( | ) | const [inline] |
return true if this is a note
Referenced by MSK3Text::createZones(), MSK3Text::update(), and MSK3Text::updateNotes().
bool MSK3TextInternal::LineZone::isRuler | ( | ) | const [inline] |
return true if this is a tabs
Referenced by MSK3Text::updateNotes().
std::ostream& operator<< | ( | std::ostream & | o, |
LineZone const & | z | ||
) | [friend] |
operator<<
the zone flags
Referenced by MSK3Text::readZoneHeader(), and MSK3Text::update().
the height
Referenced by MSK3Text::readZoneHeader(), and MSK3Text::update().
the id
Referenced by MSK3Text::readZoneHeader().
the file position
Referenced by MSK3Text::createZones(), MSK3Text::readParagraph(), MSK3Text::readZoneHeader(), MSK3Text::sendText(), and MSK3Text::updateNotes().
the type
Referenced by isNote(), isRuler(), MSK3Text::readZoneHeader(), and MSK3Text::send().