internal class used to store a text zone More...
Public Member Functions | |
| TextZoneInfo () | |
| constructor | |
Public Attributes | |
| long | m_pos |
| the position | |
| int | m_N |
| the number of character | |
| std::string | m_extra |
| extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, TextZoneInfo const &info) |
| operator<< | |
internal class used to store a text zone
| ClarisDrawTextInternal::TextZoneInfo::TextZoneInfo | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| TextZoneInfo const & | info | ||
| ) | [friend] |
operator<<
| std::string ClarisDrawTextInternal::TextZoneInfo::m_extra |
extra data
the number of character
Referenced by ClarisDrawText::readTextZoneSize().
the position
Referenced by ClarisDrawText::readTextZoneSize().