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 MSK3Text::createZones(), MSK3Text::update(), and MSK3Text::updateNotes().
|
inline |
return true if this is a tabs
Referenced by MSK3Text::updateNotes().
|
friend |
operator<<
int MSK3TextInternal::LineZone::m_flags |
the zone flags
Referenced by MSK3Text::readZoneHeader(), and MSK3Text::update().
int MSK3TextInternal::LineZone::m_height |
the height
Referenced by MSK3Text::readZoneHeader(), and MSK3Text::update().
int MSK3TextInternal::LineZone::m_id |
the id
Referenced by MSK3Text::readZoneHeader().
MWAWEntry MSK3TextInternal::LineZone::m_pos |
the file position
Referenced by MSK3Text::createZones(), MSK3Text::readParagraph(), MSK3Text::readZoneHeader(), MSK3Text::sendText(), and MSK3Text::updateNotes().
int MSK3TextInternal::LineZone::m_type |
the type
Referenced by isNote(), isRuler(), MSK3Text::readZoneHeader(), and MSK3Text::send().