Internal: a structure use to store a frame of a BWParser. More...
Public Member Functions | |
| Frame () | |
| constructor | |
Public Attributes | |
| bool | m_charAnchor |
| a flag to know if this is a char or a page frame | |
| int | m_id |
| frame id | |
| int | m_pictId |
| the picture id | |
| Vec2f | m_origin |
| the origin ( for a page frame ) | |
| Vec2f | m_dim |
| the dimension | |
| int | m_page |
| the page ( for a page frame ) | |
| int | m_wrap |
| the wrapping: 0=none, 1=rectangle, 2=irregular | |
| MWAWBorder | m_border |
| the border | |
| int | m_bordersSet |
| the list of border which are set in form libmwaw::LeftBit|... | |
| std::string | m_extra |
| extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Frame const &frm) |
| operator<< | |
Internal: a structure use to store a frame of a BWParser.
| BWParserInternal::Frame::Frame | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| Frame const & | frm | ||
| ) | [friend] |
operator<<
the border
Referenced by BWParser::sendFrame().
the list of border which are set in form libmwaw::LeftBit|...
Referenced by BWParser::sendFrame().
a flag to know if this is a char or a page frame
Referenced by BWParser::sendFrame(), and BWParser::sendPageFrames().
the dimension
Referenced by BWParser::readFrame(), and BWParser::sendFrame().
| std::string BWParserInternal::Frame::m_extra |
extra data
Referenced by BWParser::readFrame().
frame id
Referenced by BWParser::readFrame().
the origin ( for a page frame )
Referenced by BWParser::readFrame(), and BWParser::sendFrame().
the page ( for a page frame )
Referenced by BWParser::readFrame(), and BWParser::sendFrame().
the picture id
Referenced by BWParser::sendFrame().
the wrapping: 0=none, 1=rectangle, 2=irregular
Referenced by BWParser::sendFrame().