BWParserInternal::Frame Struct Reference

Internal: a structure use to store a frame of a BWParser. More...

List of all members.

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<<

Detailed Description

Internal: a structure use to store a frame of a BWParser.


Constructor & Destructor Documentation

constructor


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Frame const &  frm 
) [friend]

operator<<


Member Data Documentation

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().

extra data

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().


The documentation for this struct was generated from the following file: