WPS8TableInternal::Cell Struct Reference

Internal: class to store a basic cell with borders. More...

Inheritance diagram for WPS8TableInternal::Cell:
WPSCell WPSCellFormat

List of all members.

Public Member Functions

 Cell (WPS8Table &parser)
 constructor
virtual ~Cell ()
 virtual destructor
virtual bool send (WPSListenerPtr &listener)
 call when a cell must be send
virtual bool sendContent (WPSListenerPtr &)
 call when the content of a cell must be send

Public Attributes

WPS8Tablem_tableParser
 the actual parser
int m_id
 the cell id
int m_strsId
 the strsId
Vec2f m_size
 frame size in inches
float m_bordersSep [4]
 border text separator T,L,R,B ( checkme, not sure )

Friends

std::ostream & operator<< (std::ostream &o, Cell const &cell)
 operator<<

Detailed Description

Internal: class to store a basic cell with borders.


Constructor & Destructor Documentation

WPS8TableInternal::Cell::Cell ( WPS8Table parser) [inline]

constructor

virtual WPS8TableInternal::Cell::~Cell ( ) [inline, virtual]

virtual destructor


Member Function Documentation

virtual bool WPS8TableInternal::Cell::send ( WPSListenerPtr listener) [inline, virtual]

call when a cell must be send

Implements WPSCell.

virtual bool WPS8TableInternal::Cell::sendContent ( WPSListenerPtr ) [inline, virtual]

call when the content of a cell must be send

Implements WPSCell.

Referenced by send().


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Cell const &  cell 
) [friend]

operator<<


Member Data Documentation

border text separator T,L,R,B ( checkme, not sure )

Referenced by Cell(), and WPS8TableInternal::operator<<().

the cell id

Referenced by sendContent().

the strsId

Referenced by sendContent().


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