BeagleWksStructManager::Frame Struct Reference

Internal: a structure use to store a frame in a BeagleWorks files. More...

#include <BeagleWksStructManager.hxx>

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
MWAWVec2f m_origin
 the origin ( for a page frame )
MWAWVec2f 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 in a BeagleWorks files.


Constructor & Destructor Documentation

constructor


Friends And Related Function Documentation

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

operator<<


Member Data Documentation

a flag to know if this is a char or a page frame

Referenced by BeagleWksParser::sendFrame(), and BeagleWksParser::sendPageFrames().


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