Internal: structure used to store the content structure. More...
Public Member Functions | |
ContentZone () | |
Public Attributes | |
int | m_type |
the type 0 : text, 1<->7 : a char flag 8<->f : a zone 10 : used to store a break | |
long | m_pos [2] |
the begin and the end pos | |
int | m_value |
a value | |
Friends | |
std::ostream & | operator<< (std::ostream &o, ContentZone const &z) |
operator<< |
Internal: structure used to store the content structure.
WNTextInternal::ContentZone::ContentZone | ( | ) | [inline] |
std::ostream& operator<< | ( | std::ostream & | o, |
ContentZone const & | z | ||
) | [friend] |
operator<<
the begin and the end pos
Referenced by ContentZone(), WNText::parseContent(), and WNText::send().
the type 0 : text, 1<->7 : a char flag 8<->f : a zone 10 : used to store a break
Referenced by WNText::createZones(), WNTextInternal::operator<<(), WNText::parseContent(), and WNText::send().
a value
Referenced by WNTextInternal::operator<<(), WNText::parseContent(), and WNText::send().