Internal and low level: structure which stores a text position for GWText. More...
Public Member Functions | |
Frame () | |
constructor | |
Public Attributes | |
Box2f | m_pos |
the frame position | |
int | m_page |
the page | |
std::string | m_extra |
extra data | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Frame const &frm) |
operator<< |
Internal and low level: structure which stores a text position for GWText.
GWTextInternal::Frame::Frame | ( | ) | [inline] |
constructor
std::ostream& operator<< | ( | std::ostream & | o, |
Frame const & | frm | ||
) | [friend] |
operator<<
std::string GWTextInternal::Frame::m_extra |
extra data
Referenced by GWText::readZonePositions().
the page
Referenced by GWText::readZonePositions().
the frame position
Referenced by GWText::readZonePositions().