Internal: a struct used to store a text zone. More...
Public Member Functions | |
| TextZoneData () | |
Public Attributes | |
| int | m_type |
| the type | |
| int | m_length |
| the text length | |
| int | m_id |
| an id | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, TextZoneData const &tData) |
Internal: a struct used to store a text zone.
| MacWrtProParserInternal::TextZoneData::TextZoneData | ( | ) | [inline] |
| std::ostream& operator<< | ( | std::ostream & | o, |
| TextZoneData const & | tData | ||
| ) | [friend] |
an id
Referenced by MacWrtProParser::readTextIds().
the text length
Referenced by MacWrtProParser::readTextIds().
the type
Referenced by MacWrtProParser::readTextIds().