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.
|
inline |
Referenced by operator<<.
|
friend |
int MacWrtProParserInternal::TextZoneData::m_id |
an id
Referenced by operator<<, MacWrtProParser::readTextIds(), and TextZoneData().
int MacWrtProParserInternal::TextZoneData::m_length |
the text length
Referenced by operator<<, MacWrtProParser::readTextIds(), and TextZoneData().
int MacWrtProParserInternal::TextZoneData::m_type |
the type
Referenced by operator<<, MacWrtProParser::readTextIds(), and TextZoneData().