struct used to keep the information of a small zone of MarinerWrtTextInternal::Zone More...
Public Member Functions | |
Information () | |
constructor | |
Public Attributes | |
MWAWEntry | m_pos |
the file position | |
MWAWVec2l | m_cPos |
the characters positions | |
std::string | m_extra |
extra data | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Information const &info) |
operator<< | |
struct used to keep the information of a small zone of MarinerWrtTextInternal::Zone
|
inline |
constructor
Referenced by operator<<.
|
friend |
operator<<
MWAWVec2l MarinerWrtTextInternal::Zone::Information::m_cPos |
the characters positions
Referenced by Information(), operator<<, and MarinerWrtText::readTextStruct().
std::string MarinerWrtTextInternal::Zone::Information::m_extra |
extra data
Referenced by Information(), operator<<, and MarinerWrtText::readTextStruct().
MWAWEntry MarinerWrtTextInternal::Zone::Information::m_pos |
the file position
Referenced by Information().